|
|
|
1 | 2024-08-12T20:33:34.205Z | job assigned to worker 01J544PBP0S0CW9YKZ6PTAMP6Q (queued for 50 s) |
|
2 | 2024-08-12T20:33:41.181Z | starting task 0: "setup" |
3 | 2024-08-12T20:33:41.196Z | ++ uname -s |
4 | 2024-08-12T20:33:41.199Z | + kern=SunOS |
5 | 2024-08-12T20:33:41.199Z | + case "$kern" in |
6 | 2024-08-12T20:33:41.199Z | + groupadd -g 12345 build |
7 | 2024-08-12T20:33:41.202Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T20:33:43.210Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T20:33:43.326Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T20:33:43.328Z | + home_fs=zfs |
11 | 2024-08-12T20:33:43.328Z | + [[ zfs == autofs ]] |
12 | 2024-08-12T20:33:43.328Z | + mkdir -p /home/build |
13 | 2024-08-12T20:33:43.331Z | + chown build:build /home/build /work |
14 | 2024-08-12T20:33:45.332Z | + chmod 0700 /home/build /work |
15 | 2024-08-12T20:33:45.335Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2024-08-12T20:33:45.340Z | starting task 1: "rust-toolchain" |
17 | 2024-08-12T20:33:45.346Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-12T20:33:45.346Z | * toolchain channel = "1.80.1" |
19 | 2024-08-12T20:33:45.346Z | * toolchain profile = "default" |
20 | 2024-08-12T20:33:45.346Z | ' 1.80.1 |
21 | 2024-08-12T20:33:45.346Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-12T20:33:45.346Z | ' default |
23 | 2024-08-12T20:33:45.349Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-12T20:33:45.349Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-12T20:33:45.442Z | info: downloading installer |
26 | 2024-08-12T20:33:46.930Z | info: profile set to 'default' |
27 | 2024-08-12T20:33:46.930Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-12T20:33:46.933Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-12T20:33:47.076Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-12T20:33:47.076Z | info: downloading component 'cargo' |
31 | 2024-08-12T20:33:47.885Z | info: downloading component 'clippy' |
32 | 2024-08-12T20:33:48.171Z | info: downloading component 'rust-docs' |
33 | 2024-08-12T20:33:49.286Z | info: downloading component 'rust-std' |
34 | 2024-08-12T20:33:50.866Z | info: downloading component 'rustc' |
35 | 2024-08-12T20:33:55.253Z | info: downloading component 'rustfmt' |
36 | 2024-08-12T20:33:55.486Z | info: installing component 'cargo' |
37 | 2024-08-12T20:33:56.302Z | info: installing component 'clippy' |
38 | 2024-08-12T20:33:56.664Z | info: installing component 'rust-docs' |
39 | 2024-08-12T20:33:58.291Z | info: installing component 'rust-std' |
40 | 2024-08-12T20:33:59.989Z | info: installing component 'rustc' |
41 | 2024-08-12T20:34:04.374Z | info: installing component 'rustfmt' |
42 | 2024-08-12T20:34:04.708Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-12T20:34:04.708Z | |
44 | 2024-08-12T20:34:04.956Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-12T20:34:04.956Z | |
46 | 2024-08-12T20:34:04.959Z | |
47 | 2024-08-12T20:34:04.959Z | Rust is installed now. Great! |
48 | 2024-08-12T20:34:04.959Z | |
49 | 2024-08-12T20:34:04.959Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-12T20:34:04.959Z | environment variable. This has not been done automatically. |
51 | 2024-08-12T20:34:04.959Z | |
52 | 2024-08-12T20:34:04.959Z | To configure your current shell, you need to source |
53 | 2024-08-12T20:34:04.959Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-12T20:34:04.959Z | |
55 | 2024-08-12T20:34:04.959Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-12T20:34:04.959Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-12T20:34:04.959Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-12T20:34:05.007Z | + rustc --version |
59 | 2024-08-12T20:34:05.070Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-12T20:34:05.073Z | process exited: duration 19729 ms, exit code 0 |
|
61 | 2024-08-12T20:34:05.082Z | starting task 2: "authentication" |
62 | 2024-08-12T20:34:05.101Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-12T20:34:05.110Z | starting task 3: "clone repository" |
64 | 2024-08-12T20:34:05.113Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-12T20:34:05.116Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-12T20:34:05.155Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-12T20:34:09.947Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-12T20:34:09.947Z | + git fetch origin de786b11949be660e03a5d56f2c01dfd7005c455 |
69 | 2024-08-12T20:34:10.206Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-12T20:34:10.206Z | * branch de786b11949be660e03a5d56f2c01dfd7005c455 -> FETCH_HEAD |
71 | 2024-08-12T20:34:10.216Z | + [[ -n dap/demo-saga ]] |
72 | 2024-08-12T20:34:10.219Z | ++ git branch --show-current |
73 | 2024-08-12T20:34:10.219Z | + current=main |
74 | 2024-08-12T20:34:10.219Z | + [[ main != dap/demo-saga ]] |
75 | 2024-08-12T20:34:10.222Z | + git branch -f dap/demo-saga de786b11949be660e03a5d56f2c01dfd7005c455 |
76 | 2024-08-12T20:34:10.225Z | + git checkout -f dap/demo-saga |
77 | 2024-08-12T20:34:10.367Z | Switched to branch 'dap/demo-saga' |
78 | 2024-08-12T20:34:10.370Z | + git reset --hard de786b11949be660e03a5d56f2c01dfd7005c455 |
79 | 2024-08-12T20:34:10.507Z | HEAD is now at de786b119 more doc nits |
80 | 2024-08-12T20:34:10.510Z | process exited: duration 5400 ms, exit code 0 |
|
81 | 2024-08-12T20:34:10.516Z | starting task 4: "build" |
82 | 2024-08-12T20:34:10.524Z | + target_os=illumos |
83 | 2024-08-12T20:34:10.524Z | + NEXTEST_VERSION=0.9.70 |
84 | 2024-08-12T20:34:10.524Z | + cargo --version |
85 | 2024-08-12T20:34:10.581Z | cargo 1.80.1 (376290515 2024-07-16) |
86 | 2024-08-12T20:34:10.584Z | + rustc --version |
87 | 2024-08-12T20:34:10.640Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
88 | 2024-08-12T20:34:10.644Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos |
89 | 2024-08-12T20:34:10.647Z | + gunzip |
90 | 2024-08-12T20:34:10.647Z | + tar -xvf - -C /home/build/.cargo/bin |
91 | 2024-08-12T20:34:11.770Z | x cargo-nextest, 16766824 bytes, 32748 tape blocks |
92 | 2024-08-12T20:34:11.773Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
93 | 2024-08-12T20:34:11.773Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
94 | 2024-08-12T20:34:11.773Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
95 | 2024-08-12T20:34:11.773Z | + mkdir /var/tmp/omicron_tmp |
96 | 2024-08-12T20:34:11.775Z | + OUTPUT_DIR=/work |
97 | 2024-08-12T20:34:11.775Z | + echo 'tests will store non-ephemeral output in /work' |
98 | 2024-08-12T20:34:11.775Z | tests will store non-ephemeral output in /work |
99 | 2024-08-12T20:34:11.775Z | + mkdir -p /work |
100 | 2024-08-12T20:34:11.775Z | + source ./env.sh |
101 | 2024-08-12T20:34:11.775Z | ++ OLD_SHELL_OPTS=ehxB |
102 | 2024-08-12T20:34:11.775Z | ++ set -o xtrace |
103 | 2024-08-12T20:34:11.778Z | ++++ dirname ./env.sh |
104 | 2024-08-12T20:34:11.781Z | +++ readlink -f . |
105 | 2024-08-12T20:34:11.783Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
106 | 2024-08-12T20:34:11.783Z | ++ 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-12T20:34:11.783Z | ++ 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-12T20:34:11.783Z | ++ 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-12T20:34:11.783Z | ++ 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-12T20:34:11.783Z | ++ 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-12T20:34:11.784Z | ++ 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-12T20:34:11.784Z | ++ 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-12T20:34:11.784Z | ++ 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-12T20:34:11.784Z | ++ case $OLD_SHELL_OPTS in |
115 | 2024-08-12T20:34:11.784Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
116 | 2024-08-12T20:34:11.784Z | + banner prerequisites |
117 | 2024-08-12T20:34:11.792Z | |
118 | 2024-08-12T20:34:11.792Z | ##### ##### ###### ##### ###### #### # # # #### # |
119 | 2024-08-12T20:34:11.792Z | # # # # # # # # # # # # # # # |
120 | 2024-08-12T20:34:11.792Z | # # # # ##### # # ##### # # # # # #### # |
121 | 2024-08-12T20:34:11.792Z | ##### ##### # ##### # # # # # # # # # |
122 | 2024-08-12T20:34:11.792Z | # # # # # # # # # # # # # # # |
123 | 2024-08-12T20:34:11.792Z | # # # ###### # # ###### ### # #### # #### # |
124 | 2024-08-12T20:34:11.792Z | |
125 | 2024-08-12T20:34:11.792Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
126 | 2024-08-12T20:34:17.754Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-08-12T20:34:19.850Z | Startup: Caching catalogs ... Done |
128 | 2024-08-12T20:34:24.086Z | Planning: Solver setup ... Done (3.667s) |
129 | 2024-08-12T20:34:24.151Z | Planning: Running solver ... Done (0.065s) |
130 | 2024-08-12T20:34:24.207Z | Planning: Finding local manifests ... Done (0.004s) |
131 | 2024-08-12T20:34:24.221Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-08-12T20:34:24.364Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-08-12T20:34:24.411Z | Planning: Package planning ... Done (0.047s) |
134 | 2024-08-12T20:34:24.461Z | Planning: Merging actions ... Done (0.049s) |
135 | 2024-08-12T20:34:24.755Z | Planning: Checking for conflicting actions ... Done (0.294s) |
136 | 2024-08-12T20:34:24.767Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-08-12T20:34:25.830Z | Planning: Evaluating mediators ... Done (1.062s) |
138 | 2024-08-12T20:34:25.839Z | Planning: Planning completed in 5.92 seconds |
139 | 2024-08-12T20:34:25.854Z | Packages to install: 4 |
140 | 2024-08-12T20:34:25.854Z | Mediators to change: 2 |
141 | 2024-08-12T20:34:25.857Z | Services to change: 1 |
142 | 2024-08-12T20:34:25.857Z | Estimated space available: 155.74 GB |
143 | 2024-08-12T20:34:25.858Z | Estimated space to be consumed: 1.48 GB |
144 | 2024-08-12T20:34:25.858Z | Create boot environment: No |
145 | 2024-08-12T20:34:25.858Z | Create backup boot environment: No |
146 | 2024-08-12T20:34:25.858Z | Rebuild boot archive: No |
147 | 2024-08-12T20:34:25.858Z | |
148 | 2024-08-12T20:34:25.858Z | Changed mediators: |
149 | 2024-08-12T20:34:25.858Z | mediator clang: |
150 | 2024-08-12T20:34:25.858Z | version: None -> 15 (system default) |
151 | 2024-08-12T20:34:25.858Z | |
152 | 2024-08-12T20:34:25.858Z | mediator llvm: |
153 | 2024-08-12T20:34:25.858Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-08-12T20:34:25.858Z | |
155 | 2024-08-12T20:34:25.858Z | Changed packages: |
156 | 2024-08-12T20:34:25.858Z | helios-dev |
157 | 2024-08-12T20:34:25.858Z | developer/build-essential |
158 | 2024-08-12T20:34:25.858Z | None -> 11-2.0 |
159 | 2024-08-12T20:34:25.858Z | library/libxmlsec1 |
160 | 2024-08-12T20:34:25.858Z | None -> 1.2.35-2.0 |
161 | 2024-08-12T20:34:25.858Z | ooce/developer/clang-15 |
162 | 2024-08-12T20:34:25.858Z | None -> 15.0.7-2.0 |
163 | 2024-08-12T20:34:25.858Z | ooce/developer/llvm-15 |
164 | 2024-08-12T20:34:25.858Z | None -> 15.0.7-2.0 |
165 | 2024-08-12T20:34:25.858Z | |
166 | 2024-08-12T20:34:25.859Z | Services: |
167 | 2024-08-12T20:34:25.859Z | restart_fmri: |
168 | 2024-08-12T20:34:25.859Z | svc:/system/update-man-index:default |
169 | 2024-08-12T20:34:25.905Z | |
170 | 2024-08-12T20:34:25.905Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-08-12T20:34:30.912Z | Download: 1294/3290 items 97.7/212.6MB 45% complete (20.0M/s) |
172 | 2024-08-12T20:34:36.068Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (15.0M/s) |
173 | 2024-08-12T20:34:41.076Z | Download: 2502/3290 items 120.2/212.6MB 56% complete (2.1M/s) |
174 | 2024-08-12T20:34:45.825Z | Download: Completed 212.60 MB in 19.92 seconds (10.7M/s) |
175 | 2024-08-12T20:34:46.046Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-08-12T20:34:50.641Z | Actions: Completed 3689 actions in 4.59 seconds. |
177 | 2024-08-12T20:34:50.911Z | Done (0.265s) |
178 | 2024-08-12T20:34:50.911Z | Done (0.000s) |
179 | 2024-08-12T20:34:51.272Z | Done (0.361s) |
180 | 2024-08-12T20:34:55.458Z | Done (4.018s) |
181 | 2024-08-12T20:34:55.542Z | Done (0.016s) |
182 | 2024-08-12T20:34:55.545Z | Done (0.000s) |
183 | 2024-08-12T20:34:55.701Z | Done (0.000s) |
184 | 2024-08-12T20:34:56.282Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-08-12T20:34:56.449Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-08-12T20:34:56.453Z | Planning: Consolidating action changes ... Done |
187 | 2024-08-12T20:34:56.714Z | Planning: Evaluating mediators ... Done |
188 | 2024-08-12T20:34:56.717Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-08-12T20:34:56.748Z | Mediators to change: 2 |
190 | 2024-08-12T20:34:56.748Z | Create boot environment: No |
191 | 2024-08-12T20:34:56.751Z | Create backup boot environment: No |
192 | 2024-08-12T20:34:56.831Z | Done |
193 | 2024-08-12T20:34:56.832Z | Done |
194 | 2024-08-12T20:34:57.082Z | Done |
195 | 2024-08-12T20:35:00.549Z | Done |
196 | 2024-08-12T20:35:00.621Z | Done |
197 | 2024-08-12T20:35:00.624Z | Done |
198 | 2024-08-12T20:35:00.730Z | Done |
199 | 2024-08-12T20:35:01.335Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-08-12T20:35:01.338Z | Planning: Merging actions ... Done |
201 | 2024-08-12T20:35:01.526Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-08-12T20:35:01.531Z | Planning: Consolidating action changes ... Done |
203 | 2024-08-12T20:35:01.789Z | Planning: Evaluating mediators ... Done |
204 | 2024-08-12T20:35:01.845Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-08-12T20:35:01.881Z | Packages to change: 1 |
206 | 2024-08-12T20:35:01.881Z | Mediators to change: 1 |
207 | 2024-08-12T20:35:01.884Z | Services to change: 1 |
208 | 2024-08-12T20:35:01.884Z | Create boot environment: No |
209 | 2024-08-12T20:35:01.884Z | Create backup boot environment: Yes |
210 | 2024-08-12T20:35:03.962Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-08-12T20:35:03.965Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-08-12T20:35:03.965Z | Done |
213 | 2024-08-12T20:35:03.965Z | Done |
214 | 2024-08-12T20:35:04.040Z | Done |
215 | 2024-08-12T20:35:07.622Z | Done |
216 | 2024-08-12T20:35:07.708Z | Done |
217 | 2024-08-12T20:35:07.711Z | Done |
218 | 2024-08-12T20:35:07.820Z | Done |
219 | 2024-08-12T20:35:08.254Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-08-12T20:35:08.254Z | clang system 15 system |
221 | 2024-08-12T20:35:08.254Z | csh system system illumos |
222 | 2024-08-12T20:35:08.254Z | ctags system system illumos |
223 | 2024-08-12T20:35:08.254Z | gcc vendor 12 vendor |
224 | 2024-08-12T20:35:08.254Z | gcc system 10 system |
225 | 2024-08-12T20:35:08.254Z | gcc system 7 system |
226 | 2024-08-12T20:35:08.254Z | go system 1.20 system |
227 | 2024-08-12T20:35:08.254Z | go system 1.19 system |
228 | 2024-08-12T20:35:08.254Z | llvm system 15 system |
229 | 2024-08-12T20:35:08.254Z | llvm system 14 system |
230 | 2024-08-12T20:35:08.255Z | mariadb system 10.6 system |
231 | 2024-08-12T20:35:08.255Z | mta vendor vendor dma |
232 | 2024-08-12T20:35:08.255Z | openjdk system 17 system |
233 | 2024-08-12T20:35:08.255Z | openjdk system 11 system |
234 | 2024-08-12T20:35:08.255Z | openjdk system 1.8 system |
235 | 2024-08-12T20:35:08.255Z | openssl vendor 3 vendor |
236 | 2024-08-12T20:35:08.255Z | perl system 5.36 system |
237 | 2024-08-12T20:35:08.255Z | postgresql system 15 system |
238 | 2024-08-12T20:35:08.255Z | postgresql system 13 system |
239 | 2024-08-12T20:35:08.255Z | python vendor 3 vendor |
240 | 2024-08-12T20:35:08.255Z | python system 2 system |
241 | 2024-08-12T20:35:08.255Z | python3 system 3.11 system |
242 | 2024-08-12T20:35:08.255Z | ruby system 3.0 system |
243 | 2024-08-12T20:35:08.255Z | words vendor vendor american-english |
244 | 2024-08-12T20:35:08.255Z | words system system australian-english |
245 | 2024-08-12T20:35:08.255Z | words system system british-english |
246 | 2024-08-12T20:35:08.255Z | words system system canadian-english |
247 | 2024-08-12T20:35:08.255Z | words system system french |
248 | 2024-08-12T20:35:08.255Z | words system system italian |
249 | 2024-08-12T20:35:08.255Z | words system system ngerman |
250 | 2024-08-12T20:35:08.255Z | words system system ogerman |
251 | 2024-08-12T20:35:08.255Z | words system system spanish |
252 | 2024-08-12T20:35:08.583Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-08-12T20:35:08.583Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-08-12T20:35:10.270Z | FMRI IFO |
255 | 2024-08-12T20:35:10.270Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-08-12T20:35:10.270Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
262 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-08-12T20:35:10.271Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-08-12T20:35:10.850Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-08-12T20:35:11.120Z | Updating git repository `https://github.com/oxidecomputer/zone` |
269 | 2024-08-12T20:35:11.369Z | Updating crates.io index |
270 | 2024-08-12T20:35:11.372Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-08-12T20:35:12.108Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-08-12T20:35:12.818Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-08-12T20:35:13.116Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-08-12T20:35:14.596Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-08-12T20:35:14.844Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-08-12T20:35:15.084Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-08-12T20:35:16.142Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-08-12T20:35:17.968Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-08-12T20:35:19.012Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-08-12T20:35:19.706Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-08-12T20:35:20.242Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-08-12T20:35:20.550Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
283 | 2024-08-12T20:35:20.823Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-08-12T20:35:21.145Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-08-12T20:35:21.449Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-08-12T20:35:21.750Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-08-12T20:35:21.990Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-08-12T20:35:22.255Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-08-12T20:35:22.666Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-08-12T20:35:23.062Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-08-12T20:35:23.487Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-08-12T20:35:23.751Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-08-12T20:35:24.191Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-08-12T20:35:24.537Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-08-12T20:35:24.906Z | Updating git repository `https://github.com/oxidecomputer/typify` |
296 | 2024-08-12T20:35:27.165Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-08-12T20:35:27.412Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-08-12T20:35:27.718Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-08-12T20:35:28.108Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
300 | 2024-08-12T20:35:29.164Z | Downloading crates ... |
301 | 2024-08-12T20:35:29.215Z | Downloaded anstyle-parse v0.2.4 |
302 | 2024-08-12T20:35:29.218Z | Downloaded bitflags v2.6.0 |
303 | 2024-08-12T20:35:29.223Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-08-12T20:35:29.237Z | Downloaded swrite v0.1.0 |
305 | 2024-08-12T20:35:29.240Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-08-12T20:35:29.243Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-08-12T20:35:29.246Z | Downloaded heck v0.4.1 |
308 | 2024-08-12T20:35:29.248Z | Downloaded digest v0.10.7 |
309 | 2024-08-12T20:35:29.248Z | Downloaded clap_lex v0.7.0 |
310 | 2024-08-12T20:35:29.251Z | Downloaded fs-err v2.11.0 |
311 | 2024-08-12T20:35:29.251Z | Downloaded errno v0.3.9 |
312 | 2024-08-12T20:35:29.254Z | Downloaded cpufeatures v0.2.12 |
313 | 2024-08-12T20:35:29.254Z | Downloaded cfg-if v1.0.0 |
314 | 2024-08-12T20:35:29.256Z | Downloaded thread-id v4.2.1 |
315 | 2024-08-12T20:35:29.256Z | Downloaded bytecount v0.6.8 |
316 | 2024-08-12T20:35:29.263Z | Downloaded thiserror-impl v1.0.63 |
317 | 2024-08-12T20:35:29.266Z | Downloaded version_check v0.9.5 |
318 | 2024-08-12T20:35:29.266Z | Downloaded serde_spanned v0.6.7 |
319 | 2024-08-12T20:35:29.268Z | Downloaded anstream v0.6.14 |
320 | 2024-08-12T20:35:29.271Z | Downloaded terminal_size v0.3.0 |
321 | 2024-08-12T20:35:29.271Z | Downloaded anstyle-query v1.0.3 |
322 | 2024-08-12T20:35:29.274Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-08-12T20:35:29.274Z | Downloaded block-buffer v0.10.4 |
324 | 2024-08-12T20:35:29.276Z | Downloaded anstyle v1.0.8 |
325 | 2024-08-12T20:35:29.276Z | Downloaded macaddr v1.0.1 |
326 | 2024-08-12T20:35:29.279Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-08-12T20:35:29.279Z | Downloaded camino v1.1.7 |
328 | 2024-08-12T20:35:29.282Z | Downloaded scroll v0.12.0 |
329 | 2024-08-12T20:35:29.282Z | Downloaded memmap v0.7.0 |
330 | 2024-08-12T20:35:29.285Z | Downloaded equivalent v1.0.1 |
331 | 2024-08-12T20:35:29.285Z | Downloaded zerocopy-derive v0.7.34 |
332 | 2024-08-12T20:35:29.288Z | Downloaded semver v1.0.23 |
333 | 2024-08-12T20:35:29.291Z | Downloaded plain v0.2.3 |
334 | 2024-08-12T20:35:29.293Z | Downloaded sha2 v0.10.8 |
335 | 2024-08-12T20:35:29.293Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-08-12T20:35:29.296Z | Downloaded pest_meta v2.7.10 |
337 | 2024-08-12T20:35:29.300Z | Downloaded anyhow v1.0.86 |
338 | 2024-08-12T20:35:29.302Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-08-12T20:35:29.302Z | Downloaded pretty-hex v0.4.1 |
340 | 2024-08-12T20:35:29.305Z | Downloaded is_terminal_polyfill v1.70.0 |
341 | 2024-08-12T20:35:29.308Z | Downloaded heck v0.5.0 |
342 | 2024-08-12T20:35:29.311Z | Downloaded dof v0.3.0 |
343 | 2024-08-12T20:35:29.311Z | Downloaded colorchoice v1.0.1 |
344 | 2024-08-12T20:35:29.315Z | Downloaded ucd-trie v0.1.6 |
345 | 2024-08-12T20:35:29.318Z | Downloaded papergrid v0.11.0 |
346 | 2024-08-12T20:35:29.321Z | Downloaded serde_derive v1.0.205 |
347 | 2024-08-12T20:35:29.324Z | Downloaded pest_derive v2.7.10 |
348 | 2024-08-12T20:35:29.327Z | Downloaded usdt v0.5.0 |
349 | 2024-08-12T20:35:29.327Z | Downloaded utf8parse v0.2.1 |
350 | 2024-08-12T20:35:29.329Z | Downloaded generic-array v0.14.7 |
351 | 2024-08-12T20:35:29.329Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-08-12T20:35:29.332Z | Downloaded thiserror v1.0.63 |
353 | 2024-08-12T20:35:29.335Z | Downloaded serde_tokenstream v0.2.1 |
354 | 2024-08-12T20:35:29.338Z | Downloaded tabled_derive v0.7.0 |
355 | 2024-08-12T20:35:29.340Z | Downloaded pest_generator v2.7.10 |
356 | 2024-08-12T20:35:29.340Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2024-08-12T20:35:29.340Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-08-12T20:35:29.343Z | Downloaded strsim v0.11.1 |
359 | 2024-08-12T20:35:29.343Z | Downloaded byteorder v1.5.0 |
360 | 2024-08-12T20:35:29.346Z | Downloaded fnv v1.0.7 |
361 | 2024-08-12T20:35:29.346Z | Downloaded cargo_toml v0.20.4 |
362 | 2024-08-12T20:35:29.348Z | Downloaded crypto-common v0.1.6 |
363 | 2024-08-12T20:35:29.348Z | Downloaded autocfg v1.3.0 |
364 | 2024-08-12T20:35:29.348Z | Downloaded proc-macro2 v1.0.86 |
365 | 2024-08-12T20:35:29.351Z | Downloaded itoa v1.0.11 |
366 | 2024-08-12T20:35:29.362Z | Downloaded once_cell v1.19.0 |
367 | 2024-08-12T20:35:29.365Z | Downloaded quote v1.0.36 |
368 | 2024-08-12T20:35:29.368Z | Downloaded clap v4.5.13 |
369 | 2024-08-12T20:35:29.377Z | Downloaded unicode-ident v1.0.12 |
370 | 2024-08-12T20:35:29.380Z | Downloaded toml v0.8.19 |
371 | 2024-08-12T20:35:29.384Z | Downloaded ryu v1.0.18 |
372 | 2024-08-12T20:35:29.386Z | Downloaded log v0.4.21 |
373 | 2024-08-12T20:35:29.389Z | Downloaded typenum v1.17.0 |
374 | 2024-08-12T20:35:29.392Z | Downloaded indexmap v2.3.0 |
375 | 2024-08-12T20:35:29.395Z | Downloaded clap_derive v4.5.13 |
376 | 2024-08-12T20:35:29.400Z | Downloaded toml_edit v0.22.20 |
377 | 2024-08-12T20:35:29.421Z | Downloaded serde v1.0.205 |
378 | 2024-08-12T20:35:29.424Z | Downloaded memchr v2.7.2 |
379 | 2024-08-12T20:35:29.445Z | Downloaded clap_builder v4.5.13 |
380 | 2024-08-12T20:35:29.452Z | Downloaded pest v2.7.10 |
381 | 2024-08-12T20:35:29.456Z | Downloaded hashbrown v0.14.5 |
382 | 2024-08-12T20:35:29.468Z | Downloaded zerocopy v0.7.34 |
383 | 2024-08-12T20:35:29.484Z | Downloaded serde_json v1.0.122 |
384 | 2024-08-12T20:35:29.490Z | Downloaded winnow v0.6.18 |
385 | 2024-08-12T20:35:29.499Z | Downloaded goblin v0.8.2 |
386 | 2024-08-12T20:35:29.505Z | Downloaded tabled v0.15.0 |
387 | 2024-08-12T20:35:29.520Z | Downloaded syn v2.0.72 |
388 | 2024-08-12T20:35:29.531Z | Downloaded syn v1.0.109 |
389 | 2024-08-12T20:35:29.541Z | Downloaded rustix v0.38.34 |
390 | 2024-08-12T20:35:29.562Z | Downloaded unicode-width v0.1.13 |
391 | 2024-08-12T20:35:29.569Z | Downloaded libc v0.2.155 |
392 | 2024-08-12T20:35:29.860Z | Compiling proc-macro2 v1.0.86 |
393 | 2024-08-12T20:35:29.860Z | Compiling unicode-ident v1.0.12 |
394 | 2024-08-12T20:35:29.863Z | Compiling version_check v0.9.5 |
395 | 2024-08-12T20:35:29.863Z | Compiling serde v1.0.205 |
396 | 2024-08-12T20:35:29.863Z | Compiling thiserror v1.0.63 |
397 | 2024-08-12T20:35:29.894Z | Compiling memchr v2.7.2 |
398 | 2024-08-12T20:35:29.897Z | Compiling libc v0.2.155 |
399 | 2024-08-12T20:35:29.897Z | Compiling itoa v1.0.11 |
400 | 2024-08-12T20:35:30.151Z | Compiling ucd-trie v0.1.6 |
401 | 2024-08-12T20:35:30.173Z | Compiling ryu v1.0.18 |
402 | 2024-08-12T20:35:30.507Z | Compiling once_cell v1.19.0 |
403 | 2024-08-12T20:35:30.703Z | Compiling byteorder v1.5.0 |
404 | 2024-08-12T20:35:30.765Z | Compiling serde_json v1.0.122 |
405 | 2024-08-12T20:35:31.169Z | Compiling usdt-impl v0.5.0 |
406 | 2024-08-12T20:35:31.191Z | Compiling proc-macro-error-attr v1.0.4 |
407 | 2024-08-12T20:35:31.217Z | Compiling syn v1.0.109 |
408 | 2024-08-12T20:35:31.282Z | Compiling rustix v0.38.34 |
409 | 2024-08-12T20:35:31.496Z | Compiling quote v1.0.36 |
410 | 2024-08-12T20:35:31.680Z | Compiling proc-macro-error v1.0.4 |
411 | 2024-08-12T20:35:31.727Z | Compiling hashbrown v0.14.5 |
412 | 2024-08-12T20:35:31.860Z | Compiling syn v2.0.72 |
413 | 2024-08-12T20:35:31.972Z | Compiling errno v0.3.9 |
414 | 2024-08-12T20:35:32.184Z | Compiling bitflags v2.6.0 |
415 | 2024-08-12T20:35:32.208Z | Compiling thread-id v4.2.1 |
416 | 2024-08-12T20:35:32.231Z | Compiling utf8parse v0.2.1 |
417 | 2024-08-12T20:35:32.255Z | Compiling plain v0.2.3 |
418 | 2024-08-12T20:35:32.293Z | Compiling log v0.4.21 |
419 | 2024-08-12T20:35:32.318Z | Compiling equivalent v1.0.1 |
420 | 2024-08-12T20:35:32.389Z | Compiling anstyle-parse v0.2.4 |
421 | 2024-08-12T20:35:32.728Z | Compiling colorchoice v1.0.1 |
422 | 2024-08-12T20:35:32.752Z | Compiling winnow v0.6.18 |
423 | 2024-08-12T20:35:32.939Z | Compiling anstyle v1.0.8 |
424 | 2024-08-12T20:35:33.097Z | Compiling indexmap v2.3.0 |
425 | 2024-08-12T20:35:33.130Z | Compiling pretty-hex v0.4.1 |
426 | 2024-08-12T20:35:33.315Z | Compiling semver v1.0.23 |
427 | 2024-08-12T20:35:33.342Z | Compiling autocfg v1.3.0 |
428 | 2024-08-12T20:35:33.445Z | Compiling anstyle-query v1.0.3 |
429 | 2024-08-12T20:35:33.606Z | Compiling camino v1.1.7 |
430 | 2024-08-12T20:35:33.889Z | Compiling is_terminal_polyfill v1.70.0 |
431 | 2024-08-12T20:35:34.022Z | Compiling anstream v0.6.14 |
432 | 2024-08-12T20:35:34.187Z | Compiling terminal_size v0.3.0 |
433 | 2024-08-12T20:35:34.341Z | Compiling fs-err v2.11.0 |
434 | 2024-08-12T20:35:34.475Z | Compiling strsim v0.11.1 |
435 | 2024-08-12T20:35:34.511Z | Compiling anyhow v1.0.86 |
436 | 2024-08-12T20:35:34.535Z | Compiling bytecount v0.6.8 |
437 | 2024-08-12T20:35:34.639Z | Compiling heck v0.4.1 |
438 | 2024-08-12T20:35:34.776Z | Compiling fnv v1.0.7 |
439 | 2024-08-12T20:35:34.779Z | Compiling unicode-width v0.1.13 |
440 | 2024-08-12T20:35:34.917Z | Compiling heck v0.5.0 |
441 | 2024-08-12T20:35:35.040Z | Compiling clap_lex v0.7.0 |
442 | 2024-08-12T20:35:35.189Z | Compiling papergrid v0.11.0 |
443 | 2024-08-12T20:35:35.417Z | Compiling clap_builder v4.5.13 |
444 | 2024-08-12T20:35:35.560Z | Compiling memmap v0.7.0 |
445 | 2024-08-12T20:35:36.079Z | Compiling swrite v0.1.0 |
446 | 2024-08-12T20:35:37.460Z | Compiling tabled_derive v0.7.0 |
447 | 2024-08-12T20:35:39.045Z | Compiling tabled v0.15.0 |
448 | 2024-08-12T20:35:40.443Z | Compiling serde_derive v1.0.205 |
449 | 2024-08-12T20:35:40.443Z | Compiling thiserror-impl v1.0.63 |
450 | 2024-08-12T20:35:40.446Z | Compiling zerocopy-derive v0.7.34 |
451 | 2024-08-12T20:35:40.446Z | Compiling scroll_derive v0.12.0 |
452 | 2024-08-12T20:35:40.478Z | Compiling clap_derive v4.5.13 |
453 | 2024-08-12T20:35:41.870Z | Compiling scroll v0.12.0 |
454 | 2024-08-12T20:35:42.360Z | Compiling goblin v0.8.2 |
455 | 2024-08-12T20:35:42.676Z | Compiling zerocopy v0.7.34 |
456 | 2024-08-12T20:35:43.448Z | Compiling pest v2.7.10 |
457 | 2024-08-12T20:35:44.757Z | Compiling clap v4.5.13 |
458 | 2024-08-12T20:35:45.502Z | Compiling pest_meta v2.7.10 |
459 | 2024-08-12T20:35:46.330Z | Compiling pest_generator v2.7.10 |
460 | 2024-08-12T20:35:48.226Z | Compiling pest_derive v2.7.10 |
461 | 2024-08-12T20:35:48.877Z | Compiling dtrace-parser v0.2.0 |
462 | 2024-08-12T20:35:50.665Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-08-12T20:35:50.759Z | Compiling toml_datetime v0.6.8 |
464 | 2024-08-12T20:35:50.759Z | Compiling serde_spanned v0.6.7 |
465 | 2024-08-12T20:35:51.039Z | Compiling cargo-platform v0.1.8 |
466 | 2024-08-12T20:35:51.092Z | Compiling toml_edit v0.22.20 |
467 | 2024-08-12T20:35:51.191Z | Compiling macaddr v1.0.1 |
468 | 2024-08-12T20:35:52.052Z | Compiling dof v0.3.0 |
469 | 2024-08-12T20:35:52.137Z | Compiling cargo_metadata v0.18.1 |
470 | 2024-08-12T20:35:53.768Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-08-12T20:35:53.770Z | Compiling usdt-macro v0.5.0 |
472 | 2024-08-12T20:35:54.049Z | Compiling toml v0.8.19 |
473 | 2024-08-12T20:35:54.876Z | Compiling cargo_toml v0.20.4 |
474 | 2024-08-12T20:35:54.995Z | Compiling usdt v0.5.0 |
475 | 2024-08-12T20:35:58.521Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
476 | 2024-08-12T20:36:02.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.62s |
477 | 2024-08-12T20:36:02.492Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
478 | 2024-08-12T20:36:03.046Z | Downloading crates ... |
479 | 2024-08-12T20:36:03.167Z | Downloaded atty v0.2.14 |
480 | 2024-08-12T20:36:03.170Z | Downloaded async-stream-impl v0.3.5 |
481 | 2024-08-12T20:36:03.173Z | Downloaded adler v1.0.2 |
482 | 2024-08-12T20:36:03.178Z | Downloaded crucible-workspace-hack v0.1.0 |
483 | 2024-08-12T20:36:03.182Z | Downloaded atomicwrites v0.4.3 |
484 | 2024-08-12T20:36:03.187Z | Downloaded cfg_aliases v0.1.1 |
485 | 2024-08-12T20:36:03.189Z | Downloaded is_ci v1.2.0 |
486 | 2024-08-12T20:36:03.193Z | Downloaded darling_macro v0.20.9 |
487 | 2024-08-12T20:36:03.196Z | Downloaded assert_matches v1.5.0 |
488 | 2024-08-12T20:36:03.198Z | Downloaded atomic-waker v1.1.2 |
489 | 2024-08-12T20:36:03.201Z | Downloaded async-stream v0.3.5 |
490 | 2024-08-12T20:36:03.204Z | Downloaded is-terminal v0.4.12 |
491 | 2024-08-12T20:36:03.204Z | Downloaded ascii-canvas v3.0.0 |
492 | 2024-08-12T20:36:03.208Z | Downloaded instant v0.1.12 |
493 | 2024-08-12T20:36:03.211Z | Downloaded keccak v0.1.5 |
494 | 2024-08-12T20:36:03.211Z | Downloaded camino-tempfile v1.1.1 |
495 | 2024-08-12T20:36:03.211Z | Downloaded arrayref v0.3.7 |
496 | 2024-08-12T20:36:03.214Z | Downloaded addr2line v0.21.0 |
497 | 2024-08-12T20:36:03.216Z | Downloaded newline-converter v0.3.0 |
498 | 2024-08-12T20:36:03.219Z | Downloaded number_prefix v0.4.0 |
499 | 2024-08-12T20:36:03.219Z | Downloaded newtype_derive v0.1.6 |
500 | 2024-08-12T20:36:03.222Z | Downloaded defmt-macros v0.3.9 |
501 | 2024-08-12T20:36:03.224Z | Downloaded colored v2.1.0 |
502 | 2024-08-12T20:36:03.227Z | Downloaded oso-derive v0.27.3 |
503 | 2024-08-12T20:36:03.231Z | Downloaded parse-size v1.0.0 |
504 | 2024-08-12T20:36:03.231Z | Downloaded crossbeam-deque v0.8.5 |
505 | 2024-08-12T20:36:03.234Z | Downloaded convert_case v0.4.0 |
506 | 2024-08-12T20:36:03.234Z | Downloaded openssl-macros v0.1.1 |
507 | 2024-08-12T20:36:03.234Z | Downloaded cassowary v0.3.0 |
508 | 2024-08-12T20:36:03.237Z | Downloaded bitfield-struct v0.6.1 |
509 | 2024-08-12T20:36:03.240Z | Downloaded libloading v0.8.3 |
510 | 2024-08-12T20:36:03.243Z | Downloaded ascii v1.1.0 |
511 | 2024-08-12T20:36:03.243Z | Downloaded libefi-sys v0.1.0 |
512 | 2024-08-12T20:36:03.246Z | Downloaded lazycell v1.3.0 |
513 | 2024-08-12T20:36:03.249Z | Downloaded lazy_static v1.5.0 |
514 | 2024-08-12T20:36:03.249Z | Downloaded ipnet v2.9.0 |
515 | 2024-08-12T20:36:03.252Z | Downloaded crunchy v0.2.2 |
516 | 2024-08-12T20:36:03.252Z | Downloaded openssl-probe v0.1.5 |
517 | 2024-08-12T20:36:03.254Z | Downloaded num-conv v0.1.0 |
518 | 2024-08-12T20:36:03.254Z | Downloaded num-iter v0.1.45 |
519 | 2024-08-12T20:36:03.258Z | Downloaded num-derive v0.4.2 |
520 | 2024-08-12T20:36:03.261Z | Downloaded linked-hash-map v0.5.6 |
521 | 2024-08-12T20:36:03.261Z | Downloaded mockall v0.13.0 |
522 | 2024-08-12T20:36:03.261Z | Downloaded match_cfg v0.1.0 |
523 | 2024-08-12T20:36:03.264Z | Downloaded ciborium v0.2.2 |
524 | 2024-08-12T20:36:03.267Z | Downloaded debug-ignore v1.0.5 |
525 | 2024-08-12T20:36:03.269Z | Downloaded ciborium-ll v0.2.2 |
526 | 2024-08-12T20:36:03.269Z | Downloaded md-5 v0.10.6 |
527 | 2024-08-12T20:36:03.273Z | Downloaded console v0.15.8 |
528 | 2024-08-12T20:36:03.276Z | Downloaded mime v0.3.17 |
529 | 2024-08-12T20:36:03.278Z | Downloaded darling v0.20.9 |
530 | 2024-08-12T20:36:03.281Z | Downloaded nodrop v0.1.14 |
531 | 2024-08-12T20:36:03.284Z | Downloaded opaque-debug v0.3.1 |
532 | 2024-08-12T20:36:03.284Z | Downloaded num_threads v0.1.7 |
533 | 2024-08-12T20:36:03.288Z | Downloaded crc32fast v1.4.0 |
534 | 2024-08-12T20:36:03.291Z | Downloaded parse-display v0.9.1 |
535 | 2024-08-12T20:36:03.291Z | Downloaded maplit v1.0.2 |
536 | 2024-08-12T20:36:03.291Z | Downloaded serde_urlencoded v0.7.1 |
537 | 2024-08-12T20:36:03.293Z | Downloaded cexpr v0.6.0 |
538 | 2024-08-12T20:36:03.296Z | Downloaded bitflags v1.3.2 |
539 | 2024-08-12T20:36:03.299Z | Downloaded packed_struct v0.10.1 |
540 | 2024-08-12T20:36:03.301Z | Downloaded crc v3.2.1 |
541 | 2024-08-12T20:36:03.304Z | Downloaded cipher v0.4.4 |
542 | 2024-08-12T20:36:03.307Z | Downloaded indexmap v1.9.3 |
543 | 2024-08-12T20:36:03.309Z | Downloaded crc-catalog v2.4.0 |
544 | 2024-08-12T20:36:03.312Z | Downloaded bitfield v0.14.0 |
545 | 2024-08-12T20:36:03.316Z | Downloaded chacha20 v0.9.1 |
546 | 2024-08-12T20:36:03.320Z | Downloaded block-padding v0.3.3 |
547 | 2024-08-12T20:36:03.320Z | Downloaded managed v0.8.0 |
548 | 2024-08-12T20:36:03.320Z | Downloaded lru v0.12.3 |
549 | 2024-08-12T20:36:03.323Z | Downloaded linear-map v1.2.0 |
550 | 2024-08-12T20:36:03.323Z | Downloaded num_cpus v1.16.0 |
551 | 2024-08-12T20:36:03.326Z | Downloaded siphasher v0.3.11 |
552 | 2024-08-12T20:36:03.329Z | Downloaded num-complex v0.4.6 |
553 | 2024-08-12T20:36:03.331Z | Downloaded nu-ansi-term v0.50.0 |
554 | 2024-08-12T20:36:03.334Z | Downloaded num-integer v0.1.46 |
555 | 2024-08-12T20:36:03.336Z | Downloaded num v0.4.3 |
556 | 2024-08-12T20:36:03.336Z | Downloaded packed_struct_codegen v0.10.1 |
557 | 2024-08-12T20:36:03.339Z | Downloaded crossbeam-utils v0.8.19 |
558 | 2024-08-12T20:36:03.342Z | Downloaded foreign-types-shared v0.1.1 |
559 | 2024-08-12T20:36:03.345Z | Downloaded foreign-types v0.5.0 |
560 | 2024-08-12T20:36:03.345Z | Downloaded derive_builder_macro v0.20.0 |
561 | 2024-08-12T20:36:03.345Z | Downloaded parking_lot v0.11.2 |
562 | 2024-08-12T20:36:03.348Z | Downloaded slog-stdlog v4.1.1 |
563 | 2024-08-12T20:36:03.350Z | Downloaded precomputed-hash v0.1.1 |
564 | 2024-08-12T20:36:03.354Z | Downloaded strip-ansi-escapes v0.2.0 |
565 | 2024-08-12T20:36:03.354Z | Downloaded parking_lot_core v0.8.6 |
566 | 2024-08-12T20:36:03.357Z | Downloaded stringprep v0.1.4 |
567 | 2024-08-12T20:36:03.359Z | Downloaded termcolor v1.4.1 |
568 | 2024-08-12T20:36:03.359Z | Downloaded cancel-safe-futures v0.1.5 |
569 | 2024-08-12T20:36:03.362Z | Downloaded string_cache v0.8.7 |
570 | 2024-08-12T20:36:03.364Z | Downloaded httpdate v1.0.3 |
571 | 2024-08-12T20:36:03.367Z | Downloaded castaway v0.2.2 |
572 | 2024-08-12T20:36:03.367Z | Downloaded http-range v0.1.5 |
573 | 2024-08-12T20:36:03.370Z | Downloaded waitgroup v0.1.2 |
574 | 2024-08-12T20:36:03.370Z | Downloaded unicode-xid v0.2.4 |
575 | 2024-08-12T20:36:03.373Z | Downloaded unicode-truncate v1.0.0 |
576 | 2024-08-12T20:36:03.375Z | Downloaded termios v0.3.3 |
577 | 2024-08-12T20:36:03.378Z | Downloaded portpicker v0.1.1 |
578 | 2024-08-12T20:36:03.378Z | Downloaded defmt v0.3.8 |
579 | 2024-08-12T20:36:03.381Z | Downloaded allocator-api2 v0.2.18 |
580 | 2024-08-12T20:36:03.384Z | Downloaded csv-core v0.1.11 |
581 | 2024-08-12T20:36:03.387Z | Downloaded crc-any v2.5.0 |
582 | 2024-08-12T20:36:03.390Z | Downloaded zone v0.1.8 |
583 | 2024-08-12T20:36:03.393Z | Downloaded ena v0.14.3 |
584 | 2024-08-12T20:36:03.393Z | Downloaded base64 v0.13.1 |
585 | 2024-08-12T20:36:03.395Z | Downloaded mime_guess v2.0.4 |
586 | 2024-08-12T20:36:03.398Z | Downloaded omicron-zone-package v0.11.0 |
587 | 2024-08-12T20:36:03.402Z | Downloaded strum v0.26.3 |
588 | 2024-08-12T20:36:03.405Z | Downloaded owo-colors v4.0.0 |
589 | 2024-08-12T20:36:03.407Z | Downloaded num_enum v0.5.11 |
590 | 2024-08-12T20:36:03.412Z | Downloaded time-core v0.1.2 |
591 | 2024-08-12T20:36:03.415Z | Downloaded diesel_table_macro_syntax v0.2.0 |
592 | 2024-08-12T20:36:03.418Z | Downloaded getopts v0.2.21 |
593 | 2024-08-12T20:36:03.418Z | Downloaded http-body v0.4.6 |
594 | 2024-08-12T20:36:03.421Z | Downloaded term v0.7.0 |
595 | 2024-08-12T20:36:03.424Z | Downloaded cookie v0.18.1 |
596 | 2024-08-12T20:36:03.427Z | Downloaded tracing-attributes v0.1.27 |
597 | 2024-08-12T20:36:03.429Z | Downloaded phf v0.11.2 |
598 | 2024-08-12T20:36:03.432Z | Downloaded hubpack v0.1.2 |
599 | 2024-08-12T20:36:03.435Z | Downloaded wyz v0.5.1 |
600 | 2024-08-12T20:36:03.435Z | Downloaded const-oid v0.9.6 |
601 | 2024-08-12T20:36:03.437Z | Downloaded quick-error v1.2.3 |
602 | 2024-08-12T20:36:03.440Z | Downloaded tokio-rustls v0.25.0 |
603 | 2024-08-12T20:36:03.442Z | Downloaded resolv-conf v0.7.0 |
604 | 2024-08-12T20:36:03.445Z | Downloaded cookie v0.17.0 |
605 | 2024-08-12T20:36:03.448Z | Downloaded pretty-hex v0.2.1 |
606 | 2024-08-12T20:36:03.448Z | Downloaded predicates-tree v1.0.9 |
607 | 2024-08-12T20:36:03.451Z | Downloaded ref-cast-impl v1.0.23 |
608 | 2024-08-12T20:36:03.451Z | Downloaded cc v1.0.97 |
609 | 2024-08-12T20:36:03.454Z | Downloaded semver v0.1.20 |
610 | 2024-08-12T20:36:03.456Z | Downloaded signal-hook-tokio v0.3.1 |
611 | 2024-08-12T20:36:03.459Z | Downloaded smawk v0.3.2 |
612 | 2024-08-12T20:36:03.459Z | Downloaded stability v0.2.0 |
613 | 2024-08-12T20:36:03.462Z | Downloaded signal-hook-mio v0.2.3 |
614 | 2024-08-12T20:36:03.462Z | Downloaded shlex v1.3.0 |
615 | 2024-08-12T20:36:03.465Z | Downloaded rustls-pemfile v2.1.3 |
616 | 2024-08-12T20:36:03.467Z | Downloaded env_logger v0.10.2 |
617 | 2024-08-12T20:36:03.470Z | Downloaded take_mut v0.2.2 |
618 | 2024-08-12T20:36:03.473Z | Downloaded tap v1.0.1 |
619 | 2024-08-12T20:36:03.473Z | Downloaded strum_macros v0.24.3 |
620 | 2024-08-12T20:36:03.476Z | Downloaded thread_local v1.1.8 |
621 | 2024-08-12T20:36:03.478Z | Downloaded thiserror-no-std v2.0.2 |
622 | 2024-08-12T20:36:03.481Z | Downloaded parking_lot v0.12.2 |
623 | 2024-08-12T20:36:03.484Z | Downloaded utf-8 v0.7.6 |
624 | 2024-08-12T20:36:03.488Z | Downloaded percent-encoding v2.3.1 |
625 | 2024-08-12T20:36:03.492Z | Downloaded oso v0.27.3 |
626 | 2024-08-12T20:36:03.492Z | Downloaded httparse v1.8.0 |
627 | 2024-08-12T20:36:03.494Z | Downloaded downcast v0.11.0 |
628 | 2024-08-12T20:36:03.497Z | Downloaded dirs-sys-next v0.1.2 |
629 | 2024-08-12T20:36:03.497Z | Downloaded dirs-next v2.0.0 |
630 | 2024-08-12T20:36:03.500Z | Downloaded darling_core v0.20.9 |
631 | 2024-08-12T20:36:03.504Z | Downloaded ff v0.13.0 |
632 | 2024-08-12T20:36:03.506Z | Downloaded rand_chacha v0.3.1 |
633 | 2024-08-12T20:36:03.510Z | Downloaded hostname v0.3.1 |
634 | 2024-08-12T20:36:03.514Z | Downloaded crypto-bigint v0.5.5 |
635 | 2024-08-12T20:36:03.518Z | Downloaded pem v3.0.4 |
636 | 2024-08-12T20:36:03.520Z | Downloaded same-file v1.0.6 |
637 | 2024-08-12T20:36:03.523Z | Downloaded backtrace v0.3.71 |
638 | 2024-08-12T20:36:03.528Z | Downloaded scheduled-thread-pool v0.2.7 |
639 | 2024-08-12T20:36:03.531Z | Downloaded serde-big-array v0.5.1 |
640 | 2024-08-12T20:36:03.533Z | Downloaded tabwriter v1.4.0 |
641 | 2024-08-12T20:36:03.533Z | Downloaded structmeta v0.2.0 |
642 | 2024-08-12T20:36:03.536Z | Downloaded time-macros v0.2.18 |
643 | 2024-08-12T20:36:03.539Z | Downloaded thiserror-impl-no-std v2.0.2 |
644 | 2024-08-12T20:36:03.539Z | Downloaded proc-macro-crate v1.3.1 |
645 | 2024-08-12T20:36:03.542Z | Downloaded getrandom v0.2.14 |
646 | 2024-08-12T20:36:03.546Z | Downloaded stable_deref_trait v1.2.0 |
647 | 2024-08-12T20:36:03.546Z | Downloaded sha1 v0.10.6 |
648 | 2024-08-12T20:36:03.548Z | Downloaded derive_more v0.99.18 |
649 | 2024-08-12T20:36:03.561Z | Downloaded derive_builder_core v0.20.0 |
650 | 2024-08-12T20:36:03.564Z | Downloaded hubpack_derive v0.1.1 |
651 | 2024-08-12T20:36:03.567Z | Downloaded float-ord v0.3.2 |
652 | 2024-08-12T20:36:03.567Z | Downloaded xattr v1.3.1 |
653 | 2024-08-12T20:36:03.570Z | Downloaded peg-macros v0.8.4 |
654 | 2024-08-12T20:36:03.574Z | Downloaded futures-channel v0.3.30 |
655 | 2024-08-12T20:36:03.576Z | Downloaded untrusted v0.7.1 |
656 | 2024-08-12T20:36:03.576Z | Downloaded enum-as-inner v0.5.1 |
657 | 2024-08-12T20:36:03.576Z | Downloaded highway v1.2.0 |
658 | 2024-08-12T20:36:03.579Z | Downloaded vsss-rs v3.3.4 |
659 | 2024-08-12T20:36:03.582Z | Downloaded hash32 v0.2.1 |
660 | 2024-08-12T20:36:03.584Z | Downloaded sigpipe v0.1.3 |
661 | 2024-08-12T20:36:03.587Z | Downloaded powerfmt v0.2.0 |
662 | 2024-08-12T20:36:03.587Z | Downloaded hash32 v0.3.1 |
663 | 2024-08-12T20:36:03.590Z | Downloaded serde_with_macros v3.8.3 |
664 | 2024-08-12T20:36:03.592Z | Downloaded termtree v0.4.1 |
665 | 2024-08-12T20:36:03.592Z | Downloaded minimal-lexical v0.2.1 |
666 | 2024-08-12T20:36:03.598Z | Downloaded rtoolbox v0.0.2 |
667 | 2024-08-12T20:36:03.601Z | Downloaded tui-tree-widget v0.21.0 |
668 | 2024-08-12T20:36:03.601Z | Downloaded pkg-config v0.3.30 |
669 | 2024-08-12T20:36:03.604Z | Downloaded structmeta-derive v0.2.0 |
670 | 2024-08-12T20:36:03.604Z | Downloaded vte_generate_state_changes v0.1.1 |
671 | 2024-08-12T20:36:03.607Z | Downloaded toolchain_find v0.4.0 |
672 | 2024-08-12T20:36:03.607Z | Downloaded tokio-native-tls v0.3.1 |
673 | 2024-08-12T20:36:03.609Z | Downloaded whoami v1.5.1 |
674 | 2024-08-12T20:36:03.612Z | Downloaded tokio-tungstenite v0.21.0 |
675 | 2024-08-12T20:36:03.616Z | Downloaded crossbeam-channel v0.5.12 |
676 | 2024-08-12T20:36:03.619Z | Downloaded tracing v0.1.40 |
677 | 2024-08-12T20:36:03.624Z | Downloaded base64 v0.21.7 |
678 | 2024-08-12T20:36:03.629Z | Downloaded phf_shared v0.10.0 |
679 | 2024-08-12T20:36:03.631Z | Downloaded predicates-core v1.0.6 |
680 | 2024-08-12T20:36:03.631Z | Downloaded sync_wrapper v0.1.2 |
681 | 2024-08-12T20:36:03.634Z | Downloaded vte v0.11.1 |
682 | 2024-08-12T20:36:03.637Z | Downloaded zone_cfg_derive v0.1.2 |
683 | 2024-08-12T20:36:03.637Z | Downloaded env_logger v0.9.3 |
684 | 2024-08-12T20:36:03.639Z | Downloaded tokio-tungstenite v0.20.1 |
685 | 2024-08-12T20:36:03.642Z | Downloaded rand_seeder v0.3.0 |
686 | 2024-08-12T20:36:03.644Z | Downloaded rand_xorshift v0.3.0 |
687 | 2024-08-12T20:36:03.647Z | Downloaded serde_arrays v0.1.0 |
688 | 2024-08-12T20:36:03.647Z | Downloaded peg v0.8.4 |
689 | 2024-08-12T20:36:03.651Z | Downloaded futures-task v0.3.30 |
690 | 2024-08-12T20:36:03.654Z | Downloaded poly1305 v0.8.0 |
691 | 2024-08-12T20:36:03.657Z | Downloaded smallvec v0.6.14 |
692 | 2024-08-12T20:36:03.660Z | Downloaded tls_codec_derive v0.4.1 |
693 | 2024-08-12T20:36:03.660Z | Downloaded tls_codec v0.4.1 |
694 | 2024-08-12T20:36:03.662Z | Downloaded postgres-protocol v0.6.7 |
695 | 2024-08-12T20:36:03.665Z | Downloaded zeroize v1.7.0 |
696 | 2024-08-12T20:36:03.668Z | Downloaded socket2 v0.5.7 |
697 | 2024-08-12T20:36:03.670Z | Downloaded rustls-pki-types v1.7.0 |
698 | 2024-08-12T20:36:03.673Z | Downloaded tokio-macros v2.3.0 |
699 | 2024-08-12T20:36:03.673Z | Downloaded tungstenite v0.21.0 |
700 | 2024-08-12T20:36:03.676Z | Downloaded heapless v0.8.0 |
701 | 2024-08-12T20:36:03.681Z | Downloaded prettyplease v0.2.20 |
702 | 2024-08-12T20:36:03.685Z | Downloaded float-cmp v0.9.0 |
703 | 2024-08-12T20:36:03.687Z | Downloaded flagset v0.4.5 |
704 | 2024-08-12T20:36:03.690Z | Downloaded tower-service v0.3.2 |
705 | 2024-08-12T20:36:03.690Z | Downloaded slog-scope v4.4.0 |
706 | 2024-08-12T20:36:03.693Z | Downloaded trust-dns-client v0.22.0 |
707 | 2024-08-12T20:36:03.697Z | Downloaded fd-lock v4.0.2 |
708 | 2024-08-12T20:36:03.700Z | Downloaded slab v0.4.9 |
709 | 2024-08-12T20:36:03.703Z | Downloaded radium v0.7.0 |
710 | 2024-08-12T20:36:03.705Z | Downloaded r2d2 v0.8.10 |
711 | 2024-08-12T20:36:03.705Z | Downloaded wait-timeout v0.2.0 |
712 | 2024-08-12T20:36:03.708Z | Downloaded smallvec v1.13.2 |
713 | 2024-08-12T20:36:03.711Z | Downloaded pem-rfc7468 v0.7.0 |
714 | 2024-08-12T20:36:03.711Z | Downloaded embedded-io v0.4.0 |
715 | 2024-08-12T20:36:03.715Z | Downloaded pkcs8 v0.10.2 |
716 | 2024-08-12T20:36:03.718Z | Downloaded funty v2.0.0 |
717 | 2024-08-12T20:36:03.718Z | Downloaded fragile v2.0.0 |
718 | 2024-08-12T20:36:03.720Z | Downloaded serde_yaml v0.9.34+deprecated |
719 | 2024-08-12T20:36:03.723Z | Downloaded sct v0.7.1 |
720 | 2024-08-12T20:36:03.727Z | Downloaded ppv-lite86 v0.2.17 |
721 | 2024-08-12T20:36:03.730Z | Downloaded slog v2.7.0 |
722 | 2024-08-12T20:36:03.733Z | Downloaded iana-time-zone v0.1.60 |
723 | 2024-08-12T20:36:03.736Z | Downloaded trust-dns-resolver v0.22.0 |
724 | 2024-08-12T20:36:03.740Z | Downloaded libxml v0.3.3 |
725 | 2024-08-12T20:36:03.747Z | Downloaded structmeta-derive v0.3.0 |
726 | 2024-08-12T20:36:03.750Z | Downloaded slog-term v2.9.1 |
727 | 2024-08-12T20:36:03.753Z | Downloaded ident_case v1.0.1 |
728 | 2024-08-12T20:36:03.753Z | Downloaded serde_derive_internals v0.29.1 |
729 | 2024-08-12T20:36:03.755Z | Downloaded sqlparser_derive v0.2.2 |
730 | 2024-08-12T20:36:03.755Z | Downloaded want v0.3.1 |
731 | 2024-08-12T20:36:03.756Z | Downloaded toml v0.7.8 |
732 | 2024-08-12T20:36:03.759Z | Downloaded try-lock v0.2.5 |
733 | 2024-08-12T20:36:03.761Z | Downloaded rustfmt-wrapper v0.2.1 |
734 | 2024-08-12T20:36:03.761Z | Downloaded dsl_auto_type v0.1.2 |
735 | 2024-08-12T20:36:03.764Z | Downloaded humantime v2.1.0 |
736 | 2024-08-12T20:36:03.764Z | Downloaded rayon-core v1.12.1 |
737 | 2024-08-12T20:36:03.768Z | Downloaded flume v0.11.0 |
738 | 2024-08-12T20:36:03.772Z | Downloaded snafu-derive v0.8.2 |
739 | 2024-08-12T20:36:03.775Z | Downloaded signature v2.2.0 |
740 | 2024-08-12T20:36:03.778Z | Downloaded tinyvec_macros v0.1.1 |
741 | 2024-08-12T20:36:03.778Z | Downloaded phf_shared v0.11.2 |
742 | 2024-08-12T20:36:03.780Z | Downloaded rustc_version v0.1.7 |
743 | 2024-08-12T20:36:03.780Z | Downloaded slog-dtrace v0.3.0 |
744 | 2024-08-12T20:36:03.783Z | Downloaded x509-cert v0.2.5 |
745 | 2024-08-12T20:36:03.788Z | Downloaded zeroize_derive v1.4.2 |
746 | 2024-08-12T20:36:03.791Z | Downloaded foreign-types-shared v0.3.1 |
747 | 2024-08-12T20:36:03.791Z | Downloaded hyper-rustls v0.24.2 |
748 | 2024-08-12T20:36:03.793Z | Downloaded tungstenite v0.20.1 |
749 | 2024-08-12T20:36:03.797Z | Downloaded fxhash v0.2.1 |
750 | 2024-08-12T20:36:03.799Z | Downloaded hostname v0.4.0 |
751 | 2024-08-12T20:36:03.799Z | Downloaded hex v0.4.3 |
752 | 2024-08-12T20:36:03.802Z | Downloaded form_urlencoded v1.2.1 |
753 | 2024-08-12T20:36:03.802Z | Downloaded tiny-keccak v2.0.2 |
754 | 2024-08-12T20:36:03.806Z | Downloaded pkcs1 v0.7.5 |
755 | 2024-08-12T20:36:03.809Z | Downloaded tar v0.4.41 |
756 | 2024-08-12T20:36:03.811Z | Downloaded group v0.13.0 |
757 | 2024-08-12T20:36:03.814Z | Downloaded subprocess v0.2.9 |
758 | 2024-08-12T20:36:03.817Z | Downloaded which v4.4.2 |
759 | 2024-08-12T20:36:03.817Z | Downloaded topological-sort v0.2.2 |
760 | 2024-08-12T20:36:03.819Z | Downloaded pin-project-lite v0.2.14 |
761 | 2024-08-12T20:36:03.823Z | Downloaded pin-project-internal v1.1.5 |
762 | 2024-08-12T20:36:03.826Z | Downloaded slog-json v2.6.1 |
763 | 2024-08-12T20:36:03.829Z | Downloaded unarray v0.1.4 |
764 | 2024-08-12T20:36:03.829Z | Downloaded paste v1.0.15 |
765 | 2024-08-12T20:36:03.832Z | Downloaded heck v0.3.3 |
766 | 2024-08-12T20:36:03.834Z | Downloaded der_derive v0.7.2 |
767 | 2024-08-12T20:36:03.837Z | Downloaded slog-envlogger v2.2.0 |
768 | 2024-08-12T20:36:03.837Z | Downloaded serde_path_to_error v0.1.16 |
769 | 2024-08-12T20:36:03.839Z | Downloaded rustversion v1.0.17 |
770 | 2024-08-12T20:36:03.842Z | Downloaded sqlformat v0.2.4 |
771 | 2024-08-12T20:36:03.845Z | Downloaded hyper-staticfile v0.9.5 |
772 | 2024-08-12T20:36:03.848Z | Downloaded unicase v2.7.0 |
773 | 2024-08-12T20:36:03.848Z | Downloaded derive-where v1.2.7 |
774 | 2024-08-12T20:36:03.850Z | Downloaded blake3 v1.5.1 |
775 | 2024-08-12T20:36:03.858Z | Downloaded zip v0.6.6 |
776 | 2024-08-12T20:36:03.863Z | Downloaded unicode-linebreak v0.1.5 |
777 | 2024-08-12T20:36:03.866Z | Downloaded glob v0.3.1 |
778 | 2024-08-12T20:36:03.866Z | Downloaded pin-utils v0.1.0 |
779 | 2024-08-12T20:36:03.870Z | Downloaded strum_macros v0.26.4 |
780 | 2024-08-12T20:36:03.870Z | Downloaded unsafe-libyaml v0.2.11 |
781 | 2024-08-12T20:36:03.873Z | Downloaded toml_edit v0.19.15 |
782 | 2024-08-12T20:36:03.895Z | Downloaded globset v0.4.14 |
783 | 2024-08-12T20:36:03.905Z | Downloaded derive_builder v0.20.0 |
784 | 2024-08-12T20:36:03.905Z | Downloaded url v2.5.2 |
785 | 2024-08-12T20:36:03.905Z | Downloaded headers v0.3.9 |
786 | 2024-08-12T20:36:03.927Z | Downloaded fatfs v0.3.6 |
787 | 2024-08-12T20:36:03.927Z | Downloaded hashbrown v0.13.2 |
788 | 2024-08-12T20:36:03.927Z | Downloaded http v1.1.0 |
789 | 2024-08-12T20:36:03.934Z | Downloaded walkdir v2.5.0 |
790 | 2024-08-12T20:36:03.934Z | Downloaded hashbrown v0.12.3 |
791 | 2024-08-12T20:36:03.934Z | Downloaded expectorate v1.1.0 |
792 | 2024-08-12T20:36:03.934Z | Downloaded rustc_version v0.4.0 |
793 | 2024-08-12T20:36:03.934Z | Downloaded ron v0.7.1 |
794 | 2024-08-12T20:36:03.934Z | Downloaded time v0.3.36 |
795 | 2024-08-12T20:36:03.941Z | Downloaded serde_with v3.8.3 |
796 | 2024-08-12T20:36:03.950Z | Downloaded spin v0.9.8 |
797 | 2024-08-12T20:36:03.952Z | Downloaded rustc-demangle v0.1.24 |
798 | 2024-08-12T20:36:03.955Z | Downloaded elliptic-curve v0.13.8 |
799 | 2024-08-12T20:36:03.958Z | Downloaded http v0.2.12 |
800 | 2024-08-12T20:36:03.962Z | Downloaded bindgen v0.69.4 |
801 | 2024-08-12T20:36:03.969Z | Downloaded futures v0.3.30 |
802 | 2024-08-12T20:36:03.975Z | Downloaded textwrap v0.16.1 |
803 | 2024-08-12T20:36:03.978Z | Downloaded schemars v0.8.21 |
804 | 2024-08-12T20:36:03.993Z | Downloaded publicsuffix v2.2.3 |
805 | 2024-08-12T20:36:03.997Z | Downloaded winnow v0.5.40 |
806 | 2024-08-12T20:36:04.002Z | Downloaded rayon v1.10.0 |
807 | 2024-08-12T20:36:04.012Z | Downloaded unicode-bidi v0.3.15 |
808 | 2024-08-12T20:36:04.015Z | Downloaded ron v0.8.1 |
809 | 2024-08-12T20:36:04.021Z | Downloaded chrono v0.4.38 |
810 | 2024-08-12T20:36:04.029Z | Downloaded trust-dns-server v0.22.1 |
811 | 2024-08-12T20:36:04.034Z | Downloaded flate2 v1.0.31 |
812 | 2024-08-12T20:36:04.040Z | Downloaded unicode-normalization v0.1.23 |
813 | 2024-08-12T20:36:04.044Z | Downloaded portable-atomic v1.6.0 |
814 | 2024-08-12T20:36:04.051Z | Downloaded tokio-util v0.7.11 |
815 | 2024-08-12T20:36:04.058Z | Downloaded hkdf v0.12.4 |
816 | 2024-08-12T20:36:04.060Z | Downloaded regex-automata v0.1.10 |
817 | 2024-08-12T20:36:04.066Z | Downloaded bitvec v1.0.1 |
818 | 2024-08-12T20:36:04.082Z | Downloaded lalrpop v0.19.12 |
819 | 2024-08-12T20:36:04.093Z | Downloaded tough v0.17.1 |
820 | 2024-08-12T20:36:04.102Z | Downloaded curve25519-dalek v4.1.3 |
821 | 2024-08-12T20:36:04.111Z | Downloaded reedline v0.31.0 |
822 | 2024-08-12T20:36:04.119Z | Downloaded sqlparser v0.45.0 |
823 | 2024-08-12T20:36:04.125Z | Downloaded rustls v0.21.12 |
824 | 2024-08-12T20:36:04.136Z | Downloaded proptest v1.5.0 |
825 | 2024-08-12T20:36:04.147Z | Downloaded regex v1.10.6 |
826 | 2024-08-12T20:36:04.160Z | Downloaded idna v0.5.0 |
827 | 2024-08-12T20:36:04.168Z | Downloaded futures-util v0.3.30 |
828 | 2024-08-12T20:36:04.179Z | Downloaded object v0.32.2 |
829 | 2024-08-12T20:36:04.190Z | Downloaded rustls-webpki v0.101.7 |
830 | 2024-08-12T20:36:04.205Z | Downloaded rustls v0.22.4 |
831 | 2024-08-12T20:36:04.219Z | Downloaded idna v0.3.0 |
832 | 2024-08-12T20:36:04.226Z | Downloaded regex-syntax v0.6.29 |
833 | 2024-08-12T20:36:04.235Z | Downloaded smoltcp v0.9.1 |
834 | 2024-08-12T20:36:04.246Z | Downloaded gimli v0.28.1 |
835 | 2024-08-12T20:36:04.254Z | Downloaded hyper v0.14.30 |
836 | 2024-08-12T20:36:04.262Z | Downloaded polar-core v0.27.3 |
837 | 2024-08-12T20:36:04.272Z | Downloaded rustls-webpki v0.102.4 |
838 | 2024-08-12T20:36:04.291Z | Downloaded idna v0.2.3 |
839 | 2024-08-12T20:36:04.297Z | Downloaded ratatui v0.27.0 |
840 | 2024-08-12T20:36:04.316Z | Downloaded openapiv3 v2.0.0 |
841 | 2024-08-12T20:36:04.328Z | Downloaded regress v0.9.1 |
842 | 2024-08-12T20:36:04.336Z | Downloaded trust-dns-proto v0.22.0 |
843 | 2024-08-12T20:36:04.348Z | Downloaded smoltcp v0.11.0 |
844 | 2024-08-12T20:36:04.362Z | Downloaded regex-syntax v0.8.3 |
845 | 2024-08-12T20:36:04.369Z | Downloaded sled v0.34.7 |
846 | 2024-08-12T20:36:04.380Z | Downloaded zerocopy-derive v0.6.6 |
847 | 2024-08-12T20:36:04.390Z | Downloaded regex-automata v0.4.6 |
848 | 2024-08-12T20:36:04.407Z | Downloaded petgraph v0.6.5 |
849 | 2024-08-12T20:36:04.425Z | Downloaded finl_unicode v1.2.0 |
850 | 2024-08-12T20:36:04.438Z | Downloaded tokio v1.38.1 |
851 | 2024-08-12T20:36:04.475Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
852 | 2024-08-12T20:36:04.488Z | Downloaded csv v1.3.0 |
853 | 2024-08-12T20:36:04.509Z | Downloaded sha3 v0.10.8 |
854 | 2024-08-12T20:36:04.513Z | Downloaded radix_trie v0.2.1 |
855 | 2024-08-12T20:36:04.519Z | Downloaded object v0.30.4 |
856 | 2024-08-12T20:36:04.528Z | Downloaded nix v0.28.0 |
857 | 2024-08-12T20:36:04.540Z | Downloaded quick-xml v0.31.0 |
858 | 2024-08-12T20:36:04.546Z | Downloaded vcpkg v0.2.15 |
859 | 2024-08-12T20:36:04.585Z | Downloaded diesel v2.2.2 |
860 | 2024-08-12T20:36:04.603Z | Downloaded openssl v0.10.66 |
861 | 2024-08-12T20:36:04.613Z | Downloaded bstr v1.9.1 |
862 | 2024-08-12T20:36:04.623Z | Downloaded h2 v0.3.26 |
863 | 2024-08-12T20:36:04.630Z | Downloaded webpki-roots v0.25.4 |
864 | 2024-08-12T20:36:04.634Z | Downloaded reqwest v0.11.27 |
865 | 2024-08-12T20:36:04.642Z | Downloaded nix v0.27.1 |
866 | 2024-08-12T20:36:04.653Z | Downloaded bstr v0.2.17 |
867 | 2024-08-12T20:36:04.663Z | Downloaded encoding_rs v0.8.34 |
868 | 2024-08-12T20:36:04.685Z | Downloaded rustyline v14.0.0 |
869 | 2024-08-12T20:36:04.690Z | Downloaded diesel_derives v2.2.2 |
870 | 2024-08-12T20:36:04.694Z | Downloaded itertools v0.13.0 |
871 | 2024-08-12T20:36:04.701Z | Downloaded aho-corasick v1.1.3 |
872 | 2024-08-12T20:36:04.707Z | Downloaded num-bigint-dig v0.8.4 |
873 | 2024-08-12T20:36:04.712Z | Downloaded test-strategy v0.3.1 |
874 | 2024-08-12T20:36:04.715Z | Downloaded rsa v0.9.6 |
875 | 2024-08-12T20:36:04.720Z | Downloaded strum_macros v0.25.3 |
876 | 2024-08-12T20:36:04.723Z | Downloaded endian-type v0.1.2 |
877 | 2024-08-12T20:36:04.723Z | Downloaded rpassword v7.3.1 |
878 | 2024-08-12T20:36:04.726Z | Downloaded tokio-postgres v0.7.11 |
879 | 2024-08-12T20:36:04.728Z | Downloaded typed-path v0.7.1 |
880 | 2024-08-12T20:36:04.734Z | Downloaded zerocopy v0.6.6 |
881 | 2024-08-12T20:36:04.737Z | Downloaded yasna v0.5.2 |
882 | 2024-08-12T20:36:04.740Z | Downloaded rustc-hash v1.1.0 |
883 | 2024-08-12T20:36:04.740Z | Downloaded deranged v0.3.11 |
884 | 2024-08-12T20:36:04.743Z | Downloaded dyn-clone v1.0.17 |
885 | 2024-08-12T20:36:04.743Z | Downloaded shell-words v1.1.0 |
886 | 2024-08-12T20:36:04.746Z | Downloaded serde_plain v1.0.2 |
887 | 2024-08-12T20:36:04.746Z | Downloaded scopeguard v1.2.0 |
888 | 2024-08-12T20:36:04.746Z | Downloaded schemars_derive v0.8.21 |
889 | 2024-08-12T20:36:04.749Z | Downloaded similar v2.5.0 |
890 | 2024-08-12T20:36:04.752Z | Downloaded crossterm v0.27.0 |
891 | 2024-08-12T20:36:04.758Z | Downloaded unicode-segmentation v1.11.0 |
892 | 2024-08-12T20:36:04.762Z | Downloaded itertools v0.12.1 |
893 | 2024-08-12T20:36:04.769Z | Downloaded libm v0.2.8 |
894 | 2024-08-12T20:36:04.777Z | Downloaded serde-hex v0.1.0 |
895 | 2024-08-12T20:36:04.779Z | Downloaded postcard v1.0.8 |
896 | 2024-08-12T20:36:04.782Z | Downloaded nom v7.1.3 |
897 | 2024-08-12T20:36:04.787Z | Downloaded samael v0.0.15 |
898 | 2024-08-12T20:36:04.792Z | Downloaded pin-project v1.1.5 |
899 | 2024-08-12T20:36:04.803Z | Downloaded universal-hash v0.5.1 |
900 | 2024-08-12T20:36:04.805Z | Downloaded supports-color v3.0.0 |
901 | 2024-08-12T20:36:04.805Z | Downloaded subtle v2.5.0 |
902 | 2024-08-12T20:36:04.808Z | Downloaded psl-types v2.0.11 |
903 | 2024-08-12T20:36:04.808Z | Downloaded predicates v3.1.2 |
904 | 2024-08-12T20:36:04.811Z | Downloaded half v2.4.1 |
905 | 2024-08-12T20:36:04.814Z | Downloaded tokio-stream v0.1.15 |
906 | 2024-08-12T20:36:04.816Z | Downloaded rcgen v0.12.1 |
907 | 2024-08-12T20:36:04.819Z | Downloaded rand v0.8.5 |
908 | 2024-08-12T20:36:04.823Z | Downloaded itertools v0.10.5 |
909 | 2024-08-12T20:36:04.829Z | Downloaded heapless v0.7.17 |
910 | 2024-08-12T20:36:04.833Z | Downloaded tinyvec v1.6.0 |
911 | 2024-08-12T20:36:04.836Z | Downloaded snafu v0.8.2 |
912 | 2024-08-12T20:36:04.842Z | Downloaded mio v0.8.11 |
913 | 2024-08-12T20:36:04.847Z | Downloaded steno v0.4.1 |
914 | 2024-08-12T20:36:04.851Z | Downloaded hmac v0.12.1 |
915 | 2024-08-12T20:36:04.854Z | Downloaded num-bigint v0.4.5 |
916 | 2024-08-12T20:36:04.858Z | Downloaded futures-sink v0.3.30 |
917 | 2024-08-12T20:36:04.861Z | Downloaded fastrand v2.1.0 |
918 | 2024-08-12T20:36:04.861Z | Downloaded rand_core v0.6.4 |
919 | 2024-08-12T20:36:04.864Z | Downloaded fallible-iterator v0.2.0 |
920 | 2024-08-12T20:36:04.864Z | Downloaded unicode_categories v0.1.1 |
921 | 2024-08-12T20:36:04.866Z | Downloaded untrusted v0.9.0 |
922 | 2024-08-12T20:36:04.866Z | Downloaded diff v0.1.13 |
923 | 2024-08-12T20:36:04.869Z | Downloaded path-slash v0.1.5 |
924 | 2024-08-12T20:36:04.872Z | Downloaded hyper-tls v0.5.0 |
925 | 2024-08-12T20:36:04.872Z | Downloaded either v1.13.0 |
926 | 2024-08-12T20:36:04.875Z | Downloaded slog-async v2.8.0 |
927 | 2024-08-12T20:36:04.878Z | Downloaded postgres-types v0.2.7 |
928 | 2024-08-12T20:36:04.880Z | Downloaded uuid v1.10.0 |
929 | 2024-08-12T20:36:04.883Z | Downloaded structmeta v0.3.0 |
930 | 2024-08-12T20:36:04.883Z | Downloaded spin v0.5.2 |
931 | 2024-08-12T20:36:04.886Z | Downloaded rusty-fork v0.3.0 |
932 | 2024-08-12T20:36:04.886Z | Downloaded tokio-rustls v0.24.1 |
933 | 2024-08-12T20:36:04.888Z | Downloaded serde_repr v0.1.19 |
934 | 2024-08-12T20:36:04.891Z | Downloaded signal-hook v0.3.17 |
935 | 2024-08-12T20:36:04.894Z | Downloaded tracing-core v0.1.32 |
936 | 2024-08-12T20:36:04.896Z | Downloaded const_format v0.2.32 |
937 | 2024-08-12T20:36:04.900Z | Downloaded mockall_derive v0.13.0 |
938 | 2024-08-12T20:36:04.903Z | Downloaded home v0.5.9 |
939 | 2024-08-12T20:36:04.903Z | Downloaded futures-macro v0.3.30 |
940 | 2024-08-12T20:36:04.905Z | Downloaded futures-io v0.3.30 |
941 | 2024-08-12T20:36:04.905Z | Downloaded futures-executor v0.3.30 |
942 | 2024-08-12T20:36:04.908Z | Downloaded futures-core v0.3.30 |
943 | 2024-08-12T20:36:04.908Z | Downloaded openssl-sys v0.9.103 |
944 | 2024-08-12T20:36:04.912Z | Downloaded difflib v0.4.0 |
945 | 2024-08-12T20:36:04.915Z | Downloaded uzers v0.11.3 |
946 | 2024-08-12T20:36:04.917Z | Downloaded display-error-chain v0.2.0 |
947 | 2024-08-12T20:36:04.917Z | Downloaded filetime v0.2.23 |
948 | 2024-08-12T20:36:04.917Z | Downloaded toml v0.5.11 |
949 | 2024-08-12T20:36:04.923Z | Downloaded compact_str v0.7.1 |
950 | 2024-08-12T20:36:04.925Z | Downloaded bytes v1.7.1 |
951 | 2024-08-12T20:36:04.932Z | Downloaded der v0.7.9 |
952 | 2024-08-12T20:36:04.935Z | Downloaded tempfile v3.10.1 |
953 | 2024-08-12T20:36:04.935Z | Downloaded sec1 v0.7.3 |
954 | 2024-08-12T20:36:04.937Z | Downloaded erased-serde v0.3.31 |
955 | 2024-08-12T20:36:04.940Z | Downloaded spki v0.7.3 |
956 | 2024-08-12T20:36:04.940Z | Downloaded num-traits v0.2.19 |
957 | 2024-08-12T20:36:04.943Z | Downloaded socket2 v0.4.10 |
958 | 2024-08-12T20:36:04.946Z | Downloaded miniz_oxide v0.7.2 |
959 | 2024-08-12T20:36:04.949Z | Downloaded secrecy v0.8.0 |
960 | 2024-08-12T20:36:04.949Z | Downloaded rustls-pemfile v1.0.4 |
961 | 2024-08-12T20:36:04.952Z | Downloaded chacha20poly1305 v0.10.1 |
962 | 2024-08-12T20:36:04.952Z | Downloaded peg-runtime v0.8.3 |
963 | 2024-08-12T20:36:04.955Z | Downloaded base64 v0.22.1 |
964 | 2024-08-12T20:36:04.959Z | Downloaded ref-cast v1.0.23 |
965 | 2024-08-12T20:36:04.961Z | Downloaded blake2 v0.10.6 |
966 | 2024-08-12T20:36:04.961Z | Downloaded indicatif v0.17.8 |
967 | 2024-08-12T20:36:04.965Z | Downloaded crossbeam-epoch v0.9.18 |
968 | 2024-08-12T20:36:04.968Z | Downloaded gethostname v0.5.0 |
969 | 2024-08-12T20:36:04.971Z | Downloaded foreign-types-macros v0.2.3 |
970 | 2024-08-12T20:36:04.971Z | Downloaded fixedbitset v0.4.2 |
971 | 2024-08-12T20:36:04.971Z | Downloaded password-hash v0.5.0 |
972 | 2024-08-12T20:36:04.973Z | Downloaded parking_lot_core v0.9.10 |
973 | 2024-08-12T20:36:04.976Z | Downloaded num-rational v0.4.2 |
974 | 2024-08-12T20:36:04.976Z | Downloaded multer v3.1.0 |
975 | 2024-08-12T20:36:04.979Z | Downloaded arc-swap v1.7.1 |
976 | 2024-08-12T20:36:04.982Z | Downloaded smf v0.2.3 |
977 | 2024-08-12T20:36:04.985Z | Downloaded parse-display-derive v0.9.1 |
978 | 2024-08-12T20:36:04.985Z | Downloaded static_assertions v1.1.0 |
979 | 2024-08-12T20:36:04.988Z | Downloaded base64ct v1.6.0 |
980 | 2024-08-12T20:36:04.990Z | Downloaded backoff v0.4.0 |
981 | 2024-08-12T20:36:04.990Z | Downloaded headers-core v0.2.0 |
982 | 2024-08-12T20:36:04.993Z | Downloaded bcs v0.1.6 |
983 | 2024-08-12T20:36:04.993Z | Downloaded slog-bunyan v2.5.0 |
984 | 2024-08-12T20:36:04.996Z | Downloaded signal-hook-registry v1.4.2 |
985 | 2024-08-12T20:36:04.996Z | Downloaded foreign-types v0.3.2 |
986 | 2024-08-12T20:36:04.996Z | Downloaded olpc-cjson v0.1.3 |
987 | 2024-08-12T20:36:04.999Z | Downloaded newtype-uuid v1.1.0 |
988 | 2024-08-12T20:36:04.999Z | Downloaded clang-sys v1.7.0 |
989 | 2024-08-12T20:36:05.003Z | Downloaded normalize-line-endings v0.3.0 |
990 | 2024-08-12T20:36:05.003Z | Downloaded nanorand v0.7.0 |
991 | 2024-08-12T20:36:05.006Z | Downloaded memoffset v0.9.1 |
992 | 2024-08-12T20:36:05.006Z | Downloaded maybe-uninit v2.0.0 |
993 | 2024-08-12T20:36:05.006Z | Downloaded nibble_vec v0.1.0 |
994 | 2024-08-12T20:36:05.009Z | Downloaded libsw v3.3.1 |
995 | 2024-08-12T20:36:05.009Z | Downloaded argon2 v0.5.3 |
996 | 2024-08-12T20:36:05.012Z | Downloaded defmt-parser v0.3.4 |
997 | 2024-08-12T20:36:05.012Z | Downloaded curve25519-dalek-derive v0.1.1 |
998 | 2024-08-12T20:36:05.014Z | Downloaded native-tls v0.2.11 |
999 | 2024-08-12T20:36:05.014Z | Downloaded memmap2 v0.9.4 |
1000 | 2024-08-12T20:36:05.017Z | Downloaded ring v0.17.8 |
1001 | 2024-08-12T20:36:05.090Z | Downloaded lock_api v0.4.12 |
1002 | 2024-08-12T20:36:05.093Z | Downloaded cobs v0.2.3 |
1003 | 2024-08-12T20:36:05.093Z | Downloaded kstat-rs v0.2.4 |
1004 | 2024-08-12T20:36:05.097Z | Downloaded data-encoding v2.6.0 |
1005 | 2024-08-12T20:36:05.097Z | Downloaded constant_time_eq v0.3.0 |
1006 | 2024-08-12T20:36:05.100Z | Downloaded bit-set v0.5.3 |
1007 | 2024-08-12T20:36:05.100Z | Downloaded base16ct v0.2.0 |
1008 | 2024-08-12T20:36:05.100Z | Downloaded num_enum_derive v0.5.11 |
1009 | 2024-08-12T20:36:05.100Z | Downloaded multimap v0.10.0 |
1010 | 2024-08-12T20:36:05.102Z | Downloaded ipnetwork v0.20.0 |
1011 | 2024-08-12T20:36:05.102Z | Downloaded lalrpop-util v0.19.12 |
1012 | 2024-08-12T20:36:05.105Z | Downloaded impl-trait-for-tuples v0.2.2 |
1013 | 2024-08-12T20:36:05.108Z | Downloaded new_debug_unreachable v1.0.6 |
1014 | 2024-08-12T20:36:05.108Z | Downloaded const_format_proc_macros v0.2.32 |
1015 | 2024-08-12T20:36:05.110Z | Downloaded async-trait v0.1.81 |
1016 | 2024-08-12T20:36:05.113Z | Downloaded cookie_store v0.20.0 |
1017 | 2024-08-12T20:36:05.117Z | Downloaded buf-list v1.0.3 |
1018 | 2024-08-12T20:36:05.120Z | Downloaded bzip2 v0.4.4 |
1019 | 2024-08-12T20:36:05.120Z | Downloaded lru-cache v0.1.2 |
1020 | 2024-08-12T20:36:05.120Z | Downloaded cstr-argument v0.1.2 |
1021 | 2024-08-12T20:36:05.120Z | Downloaded ciborium-io v0.2.2 |
1022 | 2024-08-12T20:36:05.122Z | Downloaded bitstruct_derive v0.1.0 |
1023 | 2024-08-12T20:36:05.122Z | Downloaded inout v0.1.3 |
1024 | 2024-08-12T20:36:05.122Z | Downloaded indoc v1.0.9 |
1025 | 2024-08-12T20:36:05.125Z | Downloaded indent_write v2.2.0 |
1026 | 2024-08-12T20:36:05.125Z | Downloaded arrayvec v0.7.4 |
1027 | 2024-08-12T20:36:05.128Z | Downloaded ahash v0.8.11 |
1028 | 2024-08-12T20:36:05.130Z | Downloaded bit-vec v0.6.3 |
1029 | 2024-08-12T20:36:05.133Z | Downloaded matches v0.1.10 |
1030 | 2024-08-12T20:36:05.133Z | Downloaded bitstruct v0.1.1 |
1031 | 2024-08-12T20:36:05.134Z | Downloaded bb8 v0.8.5 |
1032 | 2024-08-12T20:36:05.136Z | Downloaded async-recursion v1.1.1 |
1033 | 2024-08-12T20:36:05.139Z | Downloaded array-init v0.0.4 |
1034 | 2024-08-12T20:36:05.139Z | Downloaded ring v0.16.20 |
1035 | 2024-08-12T20:36:05.220Z | Downloaded aead v0.5.2 |
1036 | 2024-08-12T20:36:05.302Z | Compiling cfg-if v1.0.0 |
1037 | 2024-08-12T20:36:05.302Z | Compiling serde v1.0.205 |
1038 | 2024-08-12T20:36:05.304Z | Compiling lock_api v0.4.12 |
1039 | 2024-08-12T20:36:05.304Z | Compiling scopeguard v1.2.0 |
1040 | 2024-08-12T20:36:05.305Z | Compiling log v0.4.21 |
1041 | 2024-08-12T20:36:05.434Z | Compiling cc v1.0.97 |
1042 | 2024-08-12T20:36:05.447Z | Compiling syn v2.0.72 |
1043 | 2024-08-12T20:36:05.464Z | Compiling typenum v1.17.0 |
1044 | 2024-08-12T20:36:05.520Z | Compiling getrandom v0.2.14 |
1045 | 2024-08-12T20:36:05.590Z | Compiling generic-array v0.14.7 |
1046 | 2024-08-12T20:36:05.899Z | Compiling rand_core v0.6.4 |
1047 | 2024-08-12T20:36:05.916Z | Compiling pin-project-lite v0.2.14 |
1048 | 2024-08-12T20:36:05.988Z | Compiling parking_lot_core v0.9.10 |
1049 | 2024-08-12T20:36:06.047Z | Compiling smallvec v1.13.2 |
1050 | 2024-08-12T20:36:06.090Z | Compiling signal-hook-registry v1.4.2 |
1051 | 2024-08-12T20:36:06.286Z | Compiling spin v0.9.8 |
1052 | 2024-08-12T20:36:06.399Z | Compiling mio v0.8.11 |
1053 | 2024-08-12T20:36:06.417Z | Compiling ahash v0.8.11 |
1054 | 2024-08-12T20:36:06.666Z | Compiling futures-core v0.3.30 |
1055 | 2024-08-12T20:36:06.765Z | Compiling tinyvec_macros v0.1.1 |
1056 | 2024-08-12T20:36:06.853Z | Compiling parking_lot v0.12.2 |
1057 | 2024-08-12T20:36:06.868Z | Compiling tinyvec v1.6.0 |
1058 | 2024-08-12T20:36:06.965Z | Compiling socket2 v0.5.7 |
1059 | 2024-08-12T20:36:07.085Z | Compiling num_cpus v1.16.0 |
1060 | 2024-08-12T20:36:07.202Z | Compiling libm v0.2.8 |
1061 | 2024-08-12T20:36:07.555Z | Compiling subtle v2.5.0 |
1062 | 2024-08-12T20:36:07.679Z | Compiling serde_json v1.0.122 |
1063 | 2024-08-12T20:36:07.830Z | Compiling const-oid v0.9.6 |
1064 | 2024-08-12T20:36:07.967Z | Compiling slab v0.4.9 |
1065 | 2024-08-12T20:36:07.979Z | Compiling num-traits v0.2.19 |
1066 | 2024-08-12T20:36:08.162Z | Compiling futures-sink v0.3.30 |
1067 | 2024-08-12T20:36:08.231Z | Compiling unicode-bidi v0.3.15 |
1068 | 2024-08-12T20:36:08.266Z | Compiling allocator-api2 v0.2.18 |
1069 | 2024-08-12T20:36:08.433Z | Compiling unicode-normalization v0.1.23 |
1070 | 2024-08-12T20:36:08.800Z | Compiling futures-channel v0.3.30 |
1071 | 2024-08-12T20:36:09.039Z | Compiling pkg-config v0.3.30 |
1072 | 2024-08-12T20:36:09.120Z | Compiling futures-task v0.3.30 |
1073 | 2024-08-12T20:36:09.223Z | Compiling vcpkg v0.2.15 |
1074 | 2024-08-12T20:36:09.518Z | Compiling pin-utils v0.1.0 |
1075 | 2024-08-12T20:36:09.629Z | Compiling futures-io v0.3.30 |
1076 | 2024-08-12T20:36:09.852Z | Compiling ring v0.17.8 |
1077 | 2024-08-12T20:36:09.966Z | Compiling percent-encoding v2.3.1 |
1078 | 2024-08-12T20:36:10.016Z | Compiling ppv-lite86 v0.2.17 |
1079 | 2024-08-12T20:36:10.066Z | Compiling tracing-core v0.1.32 |
1080 | 2024-08-12T20:36:10.335Z | Compiling time-core v0.1.2 |
1081 | 2024-08-12T20:36:10.510Z | Compiling untrusted v0.9.0 |
1082 | 2024-08-12T20:36:10.672Z | Compiling rustix v0.38.34 |
1083 | 2024-08-12T20:36:10.688Z | Compiling num-conv v0.1.0 |
1084 | 2024-08-12T20:36:10.808Z | Compiling rand_chacha v0.3.1 |
1085 | 2024-08-12T20:36:10.972Z | Compiling syn v1.0.109 |
1086 | 2024-08-12T20:36:11.496Z | Compiling powerfmt v0.2.0 |
1087 | 2024-08-12T20:36:11.585Z | Compiling openssl-sys v0.9.103 |
1088 | 2024-08-12T20:36:11.626Z | Compiling rand v0.8.5 |
1089 | 2024-08-12T20:36:11.705Z | Compiling time-macros v0.2.18 |
1090 | 2024-08-12T20:36:11.723Z | Compiling num_threads v0.1.7 |
1091 | 2024-08-12T20:36:11.840Z | Compiling deranged v0.3.11 |
1092 | 2024-08-12T20:36:11.874Z | Compiling rustversion v1.0.17 |
1093 | 2024-08-12T20:36:12.606Z | Compiling openssl v0.10.66 |
1094 | 2024-08-12T20:36:12.727Z | Compiling foreign-types-shared v0.1.1 |
1095 | 2024-08-12T20:36:12.849Z | Compiling httparse v1.8.0 |
1096 | 2024-08-12T20:36:13.030Z | Compiling base64ct v1.6.0 |
1097 | 2024-08-12T20:36:13.204Z | Compiling foreign-types v0.3.2 |
1098 | 2024-08-12T20:36:13.592Z | Compiling pem-rfc7468 v0.7.0 |
1099 | 2024-08-12T20:36:13.617Z | Compiling form_urlencoded v1.2.1 |
1100 | 2024-08-12T20:36:13.775Z | Compiling crossbeam-utils v0.8.19 |
1101 | 2024-08-12T20:36:13.920Z | Compiling rustls v0.21.12 |
1102 | 2024-08-12T20:36:14.181Z | Compiling native-tls v0.2.11 |
1103 | 2024-08-12T20:36:14.315Z | Compiling flagset v0.4.5 |
1104 | 2024-08-12T20:36:14.383Z | Compiling siphasher v0.3.11 |
1105 | 2024-08-12T20:36:14.517Z | Compiling try-lock v0.2.5 |
1106 | 2024-08-12T20:36:14.659Z | Compiling want v0.3.1 |
1107 | 2024-08-12T20:36:14.751Z | Compiling idna v0.5.0 |
1108 | 2024-08-12T20:36:14.941Z | Compiling lazy_static v1.5.0 |
1109 | 2024-08-12T20:36:15.054Z | Compiling time v0.3.36 |
1110 | 2024-08-12T20:36:15.070Z | Compiling aho-corasick v1.1.3 |
1111 | 2024-08-12T20:36:15.363Z | Compiling cookie v0.17.0 |
1112 | 2024-08-12T20:36:15.655Z | Compiling openssl-probe v0.1.5 |
1113 | 2024-08-12T20:36:15.955Z | Compiling slog v2.7.0 |
1114 | 2024-08-12T20:36:16.009Z | Compiling tower-service v0.3.2 |
1115 | 2024-08-12T20:36:16.136Z | Compiling adler v1.0.2 |
1116 | 2024-08-12T20:36:16.345Z | Compiling signal-hook v0.3.17 |
1117 | 2024-08-12T20:36:16.363Z | Compiling finl_unicode v1.2.0 |
1118 | 2024-08-12T20:36:16.505Z | Compiling rustls-webpki v0.101.7 |
1119 | 2024-08-12T20:36:16.629Z | Compiling sct v0.7.1 |
1120 | 2024-08-12T20:36:16.951Z | Compiling regex-syntax v0.8.3 |
1121 | 2024-08-12T20:36:16.968Z | Compiling cpufeatures v0.2.12 |
1122 | 2024-08-12T20:36:17.065Z | Compiling iana-time-zone v0.1.60 |
1123 | 2024-08-12T20:36:17.502Z | Compiling httpdate v1.0.3 |
1124 | 2024-08-12T20:36:18.163Z | Compiling stringprep v0.1.4 |
1125 | 2024-08-12T20:36:18.559Z | Compiling miniz_oxide v0.7.2 |
1126 | 2024-08-12T20:36:19.442Z | Compiling url v2.5.2 |
1127 | 2024-08-12T20:36:20.001Z | Compiling serde_derive v1.0.205 |
1128 | 2024-08-12T20:36:20.146Z | Compiling zeroize_derive v1.4.2 |
1129 | 2024-08-12T20:36:20.315Z | Compiling zerocopy-derive v0.7.34 |
1130 | 2024-08-12T20:36:20.531Z | Compiling tokio-macros v2.3.0 |
1131 | 2024-08-12T20:36:21.299Z | Compiling thiserror-impl v1.0.63 |
1132 | 2024-08-12T20:36:21.735Z | Compiling zeroize v1.7.0 |
1133 | 2024-08-12T20:36:22.176Z | Compiling futures-macro v0.3.30 |
1134 | 2024-08-12T20:36:22.613Z | Compiling zerocopy v0.7.34 |
1135 | 2024-08-12T20:36:23.476Z | Compiling tracing-attributes v0.1.27 |
1136 | 2024-08-12T20:36:23.572Z | Compiling crypto-common v0.1.6 |
1137 | 2024-08-12T20:36:23.801Z | Compiling block-buffer v0.10.4 |
1138 | 2024-08-12T20:36:24.065Z | Compiling digest v0.10.7 |
1139 | 2024-08-12T20:36:24.260Z | Compiling futures-util v0.3.30 |
1140 | 2024-08-12T20:36:24.522Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-08-12T20:36:24.585Z | Compiling thiserror v1.0.63 |
1142 | 2024-08-12T20:36:24.711Z | Compiling hashbrown v0.14.5 |
1143 | 2024-08-12T20:36:24.770Z | Compiling pest v2.7.10 |
1144 | 2024-08-12T20:36:26.034Z | Compiling scroll v0.12.0 |
1145 | 2024-08-12T20:36:26.123Z | Compiling hmac v0.12.1 |
1146 | 2024-08-12T20:36:26.362Z | Compiling der_derive v0.7.2 |
1147 | 2024-08-12T20:36:26.590Z | Compiling goblin v0.8.2 |
1148 | 2024-08-12T20:36:26.907Z | Compiling openssl-macros v0.1.1 |
1149 | 2024-08-12T20:36:27.291Z | Compiling pest_meta v2.7.10 |
1150 | 2024-08-12T20:36:27.380Z | Compiling tracing v0.1.40 |
1151 | 2024-08-12T20:36:27.688Z | Compiling md-5 v0.10.6 |
1152 | 2024-08-12T20:36:27.776Z | Compiling sha2 v0.10.8 |
1153 | 2024-08-12T20:36:27.892Z | Compiling regex-automata v0.4.6 |
1154 | 2024-08-12T20:36:28.949Z | Compiling pest_generator v2.7.10 |
1155 | 2024-08-12T20:36:29.184Z | Compiling der v0.7.9 |
1156 | 2024-08-12T20:36:30.509Z | Compiling num-integer v0.1.46 |
1157 | 2024-08-12T20:36:30.953Z | Compiling idna v0.3.0 |
1158 | 2024-08-12T20:36:31.276Z | Compiling spki v0.7.3 |
1159 | 2024-08-12T20:36:31.432Z | Compiling backtrace v0.3.71 |
1160 | 2024-08-12T20:36:31.634Z | Compiling hash32 v0.2.1 |
1161 | 2024-08-12T20:36:31.886Z | Compiling fallible-iterator v0.2.0 |
1162 | 2024-08-12T20:36:32.010Z | Compiling gimli v0.28.1 |
1163 | 2024-08-12T20:36:32.334Z | Compiling pest_derive v2.7.10 |
1164 | 2024-08-12T20:36:32.420Z | Compiling smoltcp v0.9.1 |
1165 | 2024-08-12T20:36:32.519Z | Compiling base64 v0.22.1 |
1166 | 2024-08-12T20:36:32.569Z | Compiling psl-types v2.0.11 |
1167 | 2024-08-12T20:36:32.763Z | Compiling stable_deref_trait v1.2.0 |
1168 | 2024-08-12T20:36:32.879Z | Compiling crc32fast v1.4.0 |
1169 | 2024-08-12T20:36:33.183Z | Compiling dtrace-parser v0.2.0 |
1170 | 2024-08-12T20:36:33.205Z | Compiling publicsuffix v2.2.3 |
1171 | 2024-08-12T20:36:33.305Z | Compiling pkcs8 v0.10.2 |
1172 | 2024-08-12T20:36:33.449Z | Compiling hubpack_derive v0.1.1 |
1173 | 2024-08-12T20:36:33.466Z | Compiling block-padding v0.3.3 |
1174 | 2024-08-12T20:36:33.715Z | Compiling async-trait v0.1.81 |
1175 | 2024-08-12T20:36:33.845Z | Compiling zerocopy-derive v0.6.6 |
1176 | 2024-08-12T20:36:34.369Z | Compiling bytes v1.7.1 |
1177 | 2024-08-12T20:36:34.498Z | Compiling bitflags v2.6.0 |
1178 | 2024-08-12T20:36:35.265Z | Compiling tokio v1.38.1 |
1179 | 2024-08-12T20:36:35.657Z | Compiling indexmap v2.3.0 |
1180 | 2024-08-12T20:36:36.017Z | Compiling http v0.2.12 |
1181 | 2024-08-12T20:36:36.501Z | Compiling semver v1.0.23 |
1182 | 2024-08-12T20:36:36.942Z | Compiling rustc_version v0.4.0 |
1183 | 2024-08-12T20:36:37.091Z | Compiling dof v0.3.0 |
1184 | 2024-08-12T20:36:37.680Z | Compiling heapless v0.7.17 |
1185 | 2024-08-12T20:36:38.074Z | Compiling http-body v0.4.6 |
1186 | 2024-08-12T20:36:38.160Z | Compiling uuid v1.10.0 |
1187 | 2024-08-12T20:36:38.598Z | Compiling usdt-impl v0.5.0 |
1188 | 2024-08-12T20:36:38.614Z | Compiling serde_spanned v0.6.7 |
1189 | 2024-08-12T20:36:38.842Z | Compiling serde_tokenstream v0.2.1 |
1190 | 2024-08-12T20:36:39.359Z | Compiling toml_datetime v0.6.8 |
1191 | 2024-08-12T20:36:39.390Z | Compiling chrono v0.4.38 |
1192 | 2024-08-12T20:36:39.577Z | Compiling terminal_size v0.3.0 |
1193 | 2024-08-12T20:36:39.875Z | Compiling addr2line v0.21.0 |
1194 | 2024-08-12T20:36:39.972Z | Compiling postgres-protocol v0.6.7 |
1195 | 2024-08-12T20:36:40.956Z | Compiling phf_shared v0.11.2 |
1196 | 2024-08-12T20:36:41.278Z | Compiling serde_derive_internals v0.29.1 |
1197 | 2024-08-12T20:36:41.300Z | Compiling ff v0.13.0 |
1198 | 2024-08-12T20:36:41.317Z | Compiling fs-err v2.11.0 |
1199 | 2024-08-12T20:36:41.331Z | Compiling object v0.32.2 |
1200 | 2024-08-12T20:36:41.519Z | Compiling either v1.13.0 |
1201 | 2024-08-12T20:36:41.617Z | Compiling regex-automata v0.1.10 |
1202 | 2024-08-12T20:36:41.654Z | Compiling schemars v0.8.21 |
1203 | 2024-08-12T20:36:41.921Z | Compiling bit-vec v0.6.3 |
1204 | 2024-08-12T20:36:42.010Z | Compiling base64 v0.21.7 |
1205 | 2024-08-12T20:36:42.116Z | Compiling bitflags v1.3.2 |
1206 | 2024-08-12T20:36:42.217Z | Compiling winnow v0.5.40 |
1207 | 2024-08-12T20:36:42.368Z | Compiling ipnet v2.9.0 |
1208 | 2024-08-12T20:36:42.741Z | Compiling matches v0.1.10 |
1209 | 2024-08-12T20:36:42.865Z | Compiling base16ct v0.2.0 |
1210 | 2024-08-12T20:36:43.073Z | Compiling managed v0.8.0 |
1211 | 2024-08-12T20:36:43.195Z | Compiling rustc-demangle v0.1.24 |
1212 | 2024-08-12T20:36:43.530Z | Compiling tokio-util v0.7.11 |
1213 | 2024-08-12T20:36:43.971Z | Compiling tokio-native-tls v0.3.1 |
1214 | 2024-08-12T20:36:44.148Z | Compiling tokio-rustls v0.24.1 |
1215 | 2024-08-12T20:36:44.226Z | Compiling anyhow v1.0.86 |
1216 | 2024-08-12T20:36:44.246Z | Compiling clap_builder v4.5.13 |
1217 | 2024-08-12T20:36:44.537Z | Compiling h2 v0.3.26 |
1218 | 2024-08-12T20:36:44.922Z | Compiling schemars_derive v0.8.21 |
1219 | 2024-08-12T20:36:46.006Z | Compiling toml_edit v0.19.15 |
1220 | 2024-08-12T20:36:46.009Z | Compiling sec1 v0.7.3 |
1221 | 2024-08-12T20:36:46.600Z | Compiling idna v0.2.3 |
1222 | 2024-08-12T20:36:47.118Z | Compiling rustls-pemfile v1.0.4 |
1223 | 2024-08-12T20:36:47.546Z | Compiling bstr v0.2.17 |
1224 | 2024-08-12T20:36:48.431Z | Compiling postgres-types v0.2.7 |
1225 | 2024-08-12T20:36:48.680Z | Compiling group v0.13.0 |
1226 | 2024-08-12T20:36:49.011Z | Compiling phf v0.11.2 |
1227 | 2024-08-12T20:36:49.041Z | Compiling signal-hook-mio v0.2.3 |
1228 | 2024-08-12T20:36:49.190Z | Compiling cookie_store v0.20.0 |
1229 | 2024-08-12T20:36:49.303Z | Compiling usdt-macro v0.5.0 |
1230 | 2024-08-12T20:36:49.964Z | Compiling usdt-attr-macro v0.5.0 |
1231 | 2024-08-12T20:36:50.450Z | Compiling zerocopy v0.6.6 |
1232 | 2024-08-12T20:36:50.724Z | Compiling hubpack v0.1.2 |
1233 | 2024-08-12T20:36:50.762Z | Compiling serde_urlencoded v0.7.1 |
1234 | 2024-08-12T20:36:51.180Z | Compiling inout v0.1.3 |
1235 | 2024-08-12T20:36:51.265Z | Compiling hyper v0.14.30 |
1236 | 2024-08-12T20:36:51.444Z | Compiling regex v1.10.6 |
1237 | 2024-08-12T20:36:51.612Z | Compiling num-bigint v0.4.5 |
1238 | 2024-08-12T20:36:51.640Z | Compiling futures-executor v0.3.30 |
1239 | 2024-08-12T20:36:51.724Z | Compiling enum-as-inner v0.5.1 |
1240 | 2024-08-12T20:36:52.175Z | Compiling hkdf v0.12.4 |
1241 | 2024-08-12T20:36:52.449Z | Compiling crypto-bigint v0.5.5 |
1242 | 2024-08-12T20:36:52.509Z | Compiling strum_macros v0.25.3 |
1243 | 2024-08-12T20:36:52.761Z | Compiling serde_repr v0.1.19 |
1244 | 2024-08-12T20:36:53.558Z | Compiling clap_derive v4.5.13 |
1245 | 2024-08-12T20:36:53.805Z | Compiling phf_shared v0.10.0 |
1246 | 2024-08-12T20:36:54.021Z | Compiling float-cmp v0.9.0 |
1247 | 2024-08-12T20:36:54.216Z | Compiling encoding_rs v0.8.34 |
1248 | 2024-08-12T20:36:54.246Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-12T20:36:54.415Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-12T20:36:54.515Z | Compiling fixedbitset v0.4.2 |
1251 | 2024-08-12T20:36:54.966Z | Compiling normalize-line-endings v0.3.0 |
1252 | 2024-08-12T20:36:54.985Z | Compiling mime v0.3.17 |
1253 | 2024-08-12T20:36:55.091Z | Compiling precomputed-hash v0.1.1 |
1254 | 2024-08-12T20:36:55.201Z | Compiling minimal-lexical v0.2.1 |
1255 | 2024-08-12T20:36:55.590Z | Compiling dyn-clone v1.0.17 |
1256 | 2024-08-12T20:36:55.729Z | Compiling unicode-segmentation v1.11.0 |
1257 | 2024-08-12T20:36:55.795Z | Compiling data-encoding v2.6.0 |
1258 | 2024-08-12T20:36:56.599Z | Compiling difflib v0.4.0 |
1259 | 2024-08-12T20:36:56.736Z | Compiling whoami v1.5.1 |
1260 | 2024-08-12T20:36:57.368Z | Compiling predicates-core v1.0.6 |
1261 | 2024-08-12T20:36:57.726Z | Compiling new_debug_unreachable v1.0.6 |
1262 | 2024-08-12T20:36:57.851Z | Compiling sync_wrapper v0.1.2 |
1263 | 2024-08-12T20:36:57.989Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-12T20:36:58.175Z | Compiling hyper-tls v0.5.0 |
1265 | 2024-08-12T20:36:58.240Z | Compiling hyper-rustls v0.24.2 |
1266 | 2024-08-12T20:36:58.485Z | Compiling predicates v3.1.2 |
1267 | 2024-08-12T20:36:58.488Z | Compiling tokio-postgres v0.7.11 |
1268 | 2024-08-12T20:36:58.513Z | Compiling reqwest v0.11.27 |
1269 | 2024-08-12T20:36:58.554Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1270 | 2024-08-12T20:36:58.577Z | Compiling trust-dns-proto v0.22.0 |
1271 | 2024-08-12T20:36:58.595Z | Compiling clap v4.5.13 |
1272 | 2024-08-12T20:36:58.714Z | Compiling similar v2.5.0 |
1273 | 2024-08-12T20:37:01.207Z | Compiling nom v7.1.3 |
1274 | 2024-08-12T20:37:01.301Z | Compiling elliptic-curve v0.13.8 |
1275 | 2024-08-12T20:37:02.157Z | Compiling console v0.15.8 |
1276 | 2024-08-12T20:37:02.480Z | Compiling toml_edit v0.22.20 |
1277 | 2024-08-12T20:37:03.691Z | Compiling petgraph v0.6.5 |
1278 | 2024-08-12T20:37:03.975Z | Compiling yasna v0.5.2 |
1279 | 2024-08-12T20:37:03.998Z | Compiling usdt v0.5.0 |
1280 | 2024-08-12T20:37:04.471Z | Compiling futures v0.3.30 |
1281 | 2024-08-12T20:37:04.591Z | Compiling flate2 v1.0.31 |
1282 | 2024-08-12T20:37:04.889Z | Compiling cipher v0.4.4 |
1283 | 2024-08-12T20:37:04.891Z | Compiling crossterm v0.27.0 |
1284 | 2024-08-12T20:37:05.526Z | Compiling toml v0.7.8 |
1285 | 2024-08-12T20:37:06.291Z | Compiling tokio-stream v0.1.15 |
1286 | 2024-08-12T20:37:06.749Z | Compiling bit-set v0.5.3 |
1287 | 2024-08-12T20:37:06.839Z | Compiling itertools v0.10.5 |
1288 | 2024-08-12T20:37:07.029Z | Compiling itertools v0.12.1 |
1289 | 2024-08-12T20:37:07.225Z | Compiling openapiv3 v2.0.0 |
1290 | 2024-08-12T20:37:07.243Z | Compiling hex v0.4.3 |
1291 | 2024-08-12T20:37:07.667Z | Compiling bstr v1.9.1 |
1292 | 2024-08-12T20:37:07.867Z | Compiling num-iter v0.1.45 |
1293 | 2024-08-12T20:37:08.055Z | Compiling crossbeam-epoch v0.9.18 |
1294 | 2024-08-12T20:37:08.635Z | Compiling dirs-sys-next v0.1.2 |
1295 | 2024-08-12T20:37:08.814Z | Compiling unicode-xid v0.2.4 |
1296 | 2024-08-12T20:37:08.987Z | Compiling lalrpop-util v0.19.12 |
1297 | 2024-08-12T20:37:09.331Z | Compiling peg-runtime v0.8.3 |
1298 | 2024-08-12T20:37:09.348Z | Compiling dirs-next v2.0.0 |
1299 | 2024-08-12T20:37:09.481Z | Compiling thread_local v1.1.8 |
1300 | 2024-08-12T20:37:09.537Z | Compiling slog-async v2.8.0 |
1301 | 2024-08-12T20:37:09.622Z | Compiling term v0.7.0 |
1302 | 2024-08-12T20:37:09.980Z | Compiling xattr v1.3.1 |
1303 | 2024-08-12T20:37:10.022Z | Compiling crossbeam-channel v0.5.12 |
1304 | 2024-08-12T20:37:10.130Z | Compiling strum_macros v0.26.4 |
1305 | 2024-08-12T20:37:10.154Z | Compiling filetime v0.2.23 |
1306 | 2024-08-12T20:37:10.241Z | Compiling is-terminal v0.4.12 |
1307 | 2024-08-12T20:37:10.368Z | Compiling take_mut v0.2.2 |
1308 | 2024-08-12T20:37:10.467Z | Compiling tar v0.4.41 |
1309 | 2024-08-12T20:37:10.517Z | Compiling slog-term v2.9.1 |
1310 | 2024-08-12T20:37:11.107Z | Compiling camino v1.1.7 |
1311 | 2024-08-12T20:37:12.463Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1312 | 2024-08-12T20:37:13.192Z | Compiling strum v0.26.3 |
1313 | 2024-08-12T20:37:13.266Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1314 | 2024-08-12T20:37:18.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1315 | 2024-08-12T20:37:18.399Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1316 | 2024-08-12T20:37:18.441Z | Aug 12 20:37:17.871 INFO Starting download, target: Cockroach |
1317 | 2024-08-12T20:37:18.441Z | Aug 12 20:37:17.871 INFO Starting download, target: Clickhouse |
1318 | 2024-08-12T20:37:18.441Z | Aug 12 20:37:17.871 INFO Starting download, target: Console |
1319 | 2024-08-12T20:37:18.441Z | Aug 12 20:37:17.871 INFO Starting download, target: DendriteOpenapi |
1320 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.871 INFO Starting download, target: DendriteStub |
1321 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.871 INFO Starting download, target: MaghemiteMgd |
1322 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.871 INFO Starting download, target: TransceiverControl |
1323 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1324 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1325 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1326 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1327 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1328 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1329 | 2024-08-12T20:37:18.444Z | Aug 12 20:37:17.872 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1330 | 2024-08-12T20:37:18.601Z | Aug 12 20:37:18.030 INFO Download complete, target: DendriteOpenapi |
1331 | 2024-08-12T20:37:18.687Z | Aug 12 20:37:18.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1332 | 2024-08-12T20:37:19.042Z | Aug 12 20:37:18.472 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1333 | 2024-08-12T20:37:19.052Z | Aug 12 20:37:18.481 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1334 | 2024-08-12T20:37:19.108Z | Aug 12 20:37:18.537 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1335 | 2024-08-12T20:37:19.441Z | Aug 12 20:37:18.870 INFO Download complete, target: Console |
1336 | 2024-08-12T20:37:19.535Z | Aug 12 20:37:18.965 INFO Download complete, target: TransceiverControl |
1337 | 2024-08-12T20:37:20.433Z | Aug 12 20:37:19.863 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1338 | 2024-08-12T20:37:20.433Z | Aug 12 20:37:19.863 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1339 | 2024-08-12T20:37:20.519Z | Aug 12 20:37:19.949 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1340 | 2024-08-12T20:37:22.070Z | Aug 12 20:37:21.499 INFO Download complete, target: DendriteStub |
1341 | 2024-08-12T20:37:22.423Z | Aug 12 20:37:21.728 INFO Download complete, target: MaghemiteMgd |
1342 | 2024-08-12T20:37:28.736Z | Aug 12 20:37:28.164 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1343 | 2024-08-12T20:37:29.063Z | Aug 12 20:37:28.491 INFO Checking that binary works, target: Cockroach |
1344 | 2024-08-12T20:37:29.215Z | Aug 12 20:37:28.643 INFO Download complete, target: Cockroach |
1345 | 2024-08-12T20:37:34.706Z | Aug 12 20:37:34.133 INFO Checking that binary works, target: Clickhouse |
1346 | 2024-08-12T20:37:34.890Z | Aug 12 20:37:34.318 INFO Download complete, target: Clickhouse |
1347 | 2024-08-12T20:37:34.911Z | All builder prerequisites installed successfully, and PATH looks valid |
1348 | 2024-08-12T20:37:34.914Z | |
1349 | 2024-08-12T20:37:34.914Z | real 3:23.089549949 |
1350 | 2024-08-12T20:37:34.914Z | user 11:00.872626108 |
1351 | 2024-08-12T20:37:34.914Z | sys 2:21.281478655 |
1352 | 2024-08-12T20:37:34.914Z | trap 0.421514288 |
1353 | 2024-08-12T20:37:34.914Z | tflt 0.881258032 |
1354 | 2024-08-12T20:37:34.914Z | dflt 1.569700502 |
1355 | 2024-08-12T20:37:34.914Z | kflt 0.022171131 |
1356 | 2024-08-12T20:37:34.914Z | lock 20:58.237720415 |
1357 | 2024-08-12T20:37:34.914Z | slp 41:25.400593458 |
1358 | 2024-08-12T20:37:34.914Z | lat 42.403028583 |
1359 | 2024-08-12T20:37:34.914Z | stop 1:41.937001638 |
1360 | 2024-08-12T20:37:34.914Z | + banner build |
1361 | 2024-08-12T20:37:34.917Z | |
1362 | 2024-08-12T20:37:34.917Z | ##### # # # # ##### |
1363 | 2024-08-12T20:37:34.917Z | # # # # # # # # |
1364 | 2024-08-12T20:37:34.917Z | ##### # # # # # # |
1365 | 2024-08-12T20:37:34.917Z | # # # # # # # # |
1366 | 2024-08-12T20:37:34.917Z | # # # # # # # # |
1367 | 2024-08-12T20:37:34.917Z | ##### #### # ###### ##### |
1368 | 2024-08-12T20:37:34.917Z | |
1369 | 2024-08-12T20:37:34.917Z | + export 'RUSTFLAGS=-D warnings' |
1370 | 2024-08-12T20:37:34.917Z | + RUSTFLAGS='-D warnings' |
1371 | 2024-08-12T20:37:34.917Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
1372 | 2024-08-12T20:37:34.917Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
1373 | 2024-08-12T20:37:34.917Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
1374 | 2024-08-12T20:37:34.917Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
1375 | 2024-08-12T20:37:34.918Z | + export TMPDIR=/var/tmp/omicron_tmp |
1376 | 2024-08-12T20:37:34.918Z | + TMPDIR=/var/tmp/omicron_tmp |
1377 | 2024-08-12T20:37:34.918Z | + export RUST_BACKTRACE=1 |
1378 | 2024-08-12T20:37:34.918Z | + RUST_BACKTRACE=1 |
1379 | 2024-08-12T20:37:34.918Z | + export CARGO_INCREMENTAL=0 |
1380 | 2024-08-12T20:37:34.918Z | + CARGO_INCREMENTAL=0 |
1381 | 2024-08-12T20:37:34.918Z | + export RUSTC_BOOTSTRAP=1 |
1382 | 2024-08-12T20:37:34.918Z | + RUSTC_BOOTSTRAP=1 |
1383 | 2024-08-12T20:37:34.918Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
1384 | 2024-08-12T20:37:35.653Z | Downloading crates ... |
1385 | 2024-08-12T20:37:35.927Z | Downloaded assert_cmd v2.0.15 |
1386 | 2024-08-12T20:37:35.938Z | Downloaded http-body v1.0.0 |
1387 | 2024-08-12T20:37:35.941Z | Downloaded guppy-workspace-hack v0.1.0 |
1388 | 2024-08-12T20:37:35.941Z | Downloaded doc-comment v0.3.3 |
1389 | 2024-08-12T20:37:35.944Z | Downloaded option-ext v0.2.0 |
1390 | 2024-08-12T20:37:35.944Z | Downloaded escape8259 v0.5.2 |
1391 | 2024-08-12T20:37:35.944Z | Downloaded nested v0.1.1 |
1392 | 2024-08-12T20:37:35.947Z | Downloaded tower-layer v0.3.2 |
1393 | 2024-08-12T20:37:35.947Z | Downloaded plotters-svg v0.3.5 |
1394 | 2024-08-12T20:37:35.949Z | Downloaded dhcproto-macros v0.1.0 |
1395 | 2024-08-12T20:37:35.952Z | Downloaded rfc6979 v0.4.0 |
1396 | 2024-08-12T20:37:35.958Z | Downloaded ctr v0.9.2 |
1397 | 2024-08-12T20:37:35.961Z | Downloaded md5 v0.7.0 |
1398 | 2024-08-12T20:37:35.961Z | Downloaded cast v0.3.0 |
1399 | 2024-08-12T20:37:35.964Z | Downloaded anes v0.1.6 |
1400 | 2024-08-12T20:37:35.966Z | Downloaded approx v0.5.1 |
1401 | 2024-08-12T20:37:35.969Z | Downloaded dirs v5.0.1 |
1402 | 2024-08-12T20:37:35.969Z | Downloaded ghash v0.5.1 |
1403 | 2024-08-12T20:37:35.969Z | Downloaded ed25519 v2.2.3 |
1404 | 2024-08-12T20:37:35.972Z | Downloaded futures-timer v3.0.3 |
1405 | 2024-08-12T20:37:35.974Z | Downloaded pbkdf2 v0.11.0 |
1406 | 2024-08-12T20:37:35.988Z | Downloaded yansi v0.5.1 |
1407 | 2024-08-12T20:37:35.991Z | Downloaded russh-cryptovec v0.7.2 |
1408 | 2024-08-12T20:37:35.991Z | Downloaded pathdiff v0.2.1 |
1409 | 2024-08-12T20:37:35.991Z | Downloaded oorandom v11.1.3 |
1410 | 2024-08-12T20:37:35.994Z | Downloaded dirs-sys v0.4.1 |
1411 | 2024-08-12T20:37:35.994Z | Downloaded datatest-stable v0.2.9 |
1412 | 2024-08-12T20:37:35.996Z | Downloaded blowfish v0.9.1 |
1413 | 2024-08-12T20:37:35.997Z | Downloaded bcrypt-pbkdf v0.10.0 |
1414 | 2024-08-12T20:37:35.999Z | Downloaded relative-path v1.9.3 |
1415 | 2024-08-12T20:37:35.999Z | Downloaded criterion-plot v0.5.0 |
1416 | 2024-08-12T20:37:36.003Z | Downloaded aes-gcm v0.10.3 |
1417 | 2024-08-12T20:37:36.005Z | Downloaded password-hash v0.4.2 |
1418 | 2024-08-12T20:37:36.005Z | Downloaded tinytemplate v1.2.1 |
1419 | 2024-08-12T20:37:36.008Z | Downloaded target-lexicon v0.12.16 |
1420 | 2024-08-12T20:37:36.011Z | Downloaded libtest-mimic v0.7.3 |
1421 | 2024-08-12T20:37:36.011Z | Downloaded blake2b_simd v1.0.2 |
1422 | 2024-08-12T20:37:36.016Z | Downloaded rustls-native-certs v0.7.0 |
1423 | 2024-08-12T20:37:36.016Z | Downloaded similar-asserts v1.5.0 |
1424 | 2024-08-12T20:37:36.019Z | Downloaded hyper-rustls v0.26.0 |
1425 | 2024-08-12T20:37:36.022Z | Downloaded plotters-backend v0.3.5 |
1426 | 2024-08-12T20:37:36.026Z | Downloaded polyval v0.6.2 |
1427 | 2024-08-12T20:37:36.026Z | Downloaded threadpool v1.8.1 |
1428 | 2024-08-12T20:37:36.029Z | Downloaded internet-checksum v0.2.1 |
1429 | 2024-08-12T20:37:36.029Z | Downloaded rand_core v0.5.1 |
1430 | 2024-08-12T20:37:36.029Z | Downloaded pbkdf2 v0.12.2 |
1431 | 2024-08-12T20:37:36.029Z | Downloaded getrandom v0.1.16 |
1432 | 2024-08-12T20:37:36.032Z | Downloaded ecdsa v0.16.9 |
1433 | 2024-08-12T20:37:36.036Z | Downloaded cbc v0.1.2 |
1434 | 2024-08-12T20:37:36.036Z | Downloaded primeorder v0.13.6 |
1435 | 2024-08-12T20:37:36.040Z | Downloaded httptest v0.15.5 |
1436 | 2024-08-12T20:37:36.044Z | Downloaded target-spec v3.2.1 |
1437 | 2024-08-12T20:37:36.045Z | Downloaded russh-keys v0.43.0 |
1438 | 2024-08-12T20:37:36.051Z | Downloaded rstest v0.19.0 |
1439 | 2024-08-12T20:37:36.055Z | Downloaded rust-argon2 v2.1.0 |
1440 | 2024-08-12T20:37:36.058Z | Downloaded hex-literal v0.4.1 |
1441 | 2024-08-12T20:37:36.061Z | Downloaded dhcproto v0.12.0 |
1442 | 2024-08-12T20:37:36.064Z | Downloaded rand_distr v0.4.3 |
1443 | 2024-08-12T20:37:36.064Z | Downloaded hyper-util v0.1.3 |
1444 | 2024-08-12T20:37:36.068Z | Downloaded cfg-expr v0.16.0 |
1445 | 2024-08-12T20:37:36.071Z | Downloaded trybuild v1.0.99 |
1446 | 2024-08-12T20:37:36.075Z | Downloaded rand_chacha v0.2.2 |
1447 | 2024-08-12T20:37:36.078Z | Downloaded rstest_macros v0.19.0 |
1448 | 2024-08-12T20:37:36.081Z | Downloaded pretty_assertions v1.4.0 |
1449 | 2024-08-12T20:37:36.081Z | Downloaded p256 v0.13.2 |
1450 | 2024-08-12T20:37:36.085Z | Downloaded partial-io v0.5.4 |
1451 | 2024-08-12T20:37:36.088Z | Downloaded fancy-regex v0.13.0 |
1452 | 2024-08-12T20:37:36.091Z | Downloaded ed25519-dalek v2.1.1 |
1453 | 2024-08-12T20:37:36.094Z | Downloaded russh v0.43.0 |
1454 | 2024-08-12T20:37:36.098Z | Downloaded criterion v0.5.1 |
1455 | 2024-08-12T20:37:36.104Z | Downloaded tower v0.4.13 |
1456 | 2024-08-12T20:37:36.112Z | Downloaded plotters v0.3.5 |
1457 | 2024-08-12T20:37:36.120Z | Downloaded hyper v1.3.1 |
1458 | 2024-08-12T20:37:36.126Z | Downloaded rand v0.7.3 |
1459 | 2024-08-12T20:37:36.130Z | Downloaded p521 v0.13.3 |
1460 | 2024-08-12T20:37:36.134Z | Downloaded guppy v0.17.7 |
1461 | 2024-08-12T20:37:36.139Z | Downloaded aes v0.8.4 |
1462 | 2024-08-12T20:37:36.715Z | Dirty proc-macro2 v1.0.86: the rustflags changed |
1463 | 2024-08-12T20:37:36.715Z | Compiling proc-macro2 v1.0.86 |
1464 | 2024-08-12T20:37:36.715Z | Dirty unicode-ident v1.0.12: the rustflags changed |
1465 | 2024-08-12T20:37:36.715Z | Compiling unicode-ident v1.0.12 |
1466 | 2024-08-12T20:37:36.718Z | Dirty libc v0.2.155: the rustflags changed |
1467 | 2024-08-12T20:37:36.718Z | Compiling libc v0.2.155 |
1468 | 2024-08-12T20:37:36.718Z | Dirty cfg-if v1.0.0: the rustflags changed |
1469 | 2024-08-12T20:37:36.718Z | Compiling cfg-if v1.0.0 |
1470 | 2024-08-12T20:37:36.718Z | Dirty serde v1.0.205: the rustflags changed |
1471 | 2024-08-12T20:37:36.718Z | Compiling serde v1.0.205 |
1472 | 2024-08-12T20:37:36.718Z | Dirty version_check v0.9.5: the rustflags changed |
1473 | 2024-08-12T20:37:36.718Z | Compiling version_check v0.9.5 |
1474 | 2024-08-12T20:37:36.718Z | Dirty autocfg v1.3.0: the rustflags changed |
1475 | 2024-08-12T20:37:36.718Z | Compiling autocfg v1.3.0 |
1476 | 2024-08-12T20:37:36.718Z | Dirty memchr v2.7.2: the rustflags changed |
1477 | 2024-08-12T20:37:36.718Z | Compiling memchr v2.7.2 |
1478 | 2024-08-12T20:37:36.852Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d49ccfd8249300a7 -C extra-filename=-d49ccfd8249300a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1479 | 2024-08-12T20:37:36.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d72d7b152c86412 -C extra-filename=-3d72d7b152c86412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1480 | 2024-08-12T20:37:36.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=94faf137b493206b -C extra-filename=-94faf137b493206b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1481 | 2024-08-12T20:37:36.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.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=97cf168771c558ea -C extra-filename=-97cf168771c558ea --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-97cf168771c558ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1482 | 2024-08-12T20:37:36.855Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f67b0bf22e78afd -C extra-filename=-6f67b0bf22e78afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1483 | 2024-08-12T20:37:36.860Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7640f4cdb39f9682 -C extra-filename=-7640f4cdb39f9682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1484 | 2024-08-12T20:37:36.863Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.205/build.rs --error-format=json --json=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=d457d7b7d529fcba -C extra-filename=-d457d7b7d529fcba --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-d457d7b7d529fcba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1485 | 2024-08-12T20:37:36.863Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=3b15747880b886c1 -C extra-filename=-3b15747880b886c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1486 | 2024-08-12T20:37:36.917Z | Dirty scopeguard v1.2.0: the rustflags changed |
1487 | 2024-08-12T20:37:36.917Z | Compiling scopeguard v1.2.0 |
1488 | 2024-08-12T20:37:36.920Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5380524236143168 -C extra-filename=-5380524236143168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1489 | 2024-08-12T20:37:37.062Z | Dirty log v0.4.21: the rustflags changed |
1490 | 2024-08-12T20:37:37.062Z | Compiling log v0.4.21 |
1491 | 2024-08-12T20:37:37.065Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=46cf9439802ec3f9 -C extra-filename=-46cf9439802ec3f9 --out-dir /work/oxidecomputer/omicron/target/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-12T20:37:37.079Z | Dirty byteorder v1.5.0: the rustflags changed |
1493 | 2024-08-12T20:37:37.079Z | Compiling byteorder v1.5.0 |
1494 | 2024-08-12T20:37:37.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=325983a483f82094 -C extra-filename=-325983a483f82094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1495 | 2024-08-12T20:37:37.475Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-d457d7b7d529fcba/build-script-build` |
1496 | 2024-08-12T20:37:37.516Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build` |
1497 | 2024-08-12T20:37:37.521Z | Dirty once_cell v1.19.0: the rustflags changed |
1498 | 2024-08-12T20:37:37.521Z | Compiling once_cell v1.19.0 |
1499 | 2024-08-12T20:37:37.523Z | Dirty itoa v1.0.11: the rustflags changed |
1500 | 2024-08-12T20:37:37.523Z | Compiling itoa v1.0.11 |
1501 | 2024-08-12T20:37:37.536Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d381d90b77512a0f -C extra-filename=-d381d90b77512a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1502 | 2024-08-12T20:37:37.537Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4cb0fb6bacfafb96 -C extra-filename=-4cb0fb6bacfafb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1503 | 2024-08-12T20:37:37.552Z | Dirty smallvec v1.13.2: the rustflags changed |
1504 | 2024-08-12T20:37:37.552Z | Compiling smallvec v1.13.2 |
1505 | 2024-08-12T20:37:37.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=90c42fabfdf6af03 -C extra-filename=-90c42fabfdf6af03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1506 | 2024-08-12T20:37:37.611Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
1507 | 2024-08-12T20:37:37.611Z | Compiling parking_lot_core v0.9.10 |
1508 | 2024-08-12T20:37:37.630Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=aeb53c5354bb50d5 -C extra-filename=-aeb53c5354bb50d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1509 | 2024-08-12T20:37:37.718Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-97cf168771c558ea/build-script-build` |
1510 | 2024-08-12T20:37:37.758Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=39d204f28cc7075a -C extra-filename=-39d204f28cc7075a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
1511 | 2024-08-12T20:37:37.761Z | Dirty libm v0.2.8: the rustflags changed |
1512 | 2024-08-12T20:37:37.761Z | Compiling libm v0.2.8 |
1513 | 2024-08-12T20:37:37.780Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=167dbd547a9f8507 -C extra-filename=-167dbd547a9f8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1514 | 2024-08-12T20:37:37.791Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.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=2977f4e89cc8b9da -C extra-filename=-2977f4e89cc8b9da --out-dir /work/oxidecomputer/omicron/target/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"))'` |
1515 | 2024-08-12T20:37:37.807Z | Dirty lock_api v0.4.12: the rustflags changed |
1516 | 2024-08-12T20:37:37.807Z | Compiling lock_api v0.4.12 |
1517 | 2024-08-12T20:37:37.809Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=653785a230c85179 -C extra-filename=-653785a230c85179 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1518 | 2024-08-12T20:37:37.928Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
1519 | 2024-08-12T20:37:37.928Z | Compiling pin-project-lite v0.2.14 |
1520 | 2024-08-12T20:37:37.931Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5196b1d39b63f0cb -C extra-filename=-5196b1d39b63f0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1521 | 2024-08-12T20:37:37.947Z | Dirty num-traits v0.2.19: the rustflags changed |
1522 | 2024-08-12T20:37:37.948Z | Compiling num-traits v0.2.19 |
1523 | 2024-08-12T20:37:37.950Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df973dab6b6b4461 -C extra-filename=-df973dab6b6b4461 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1524 | 2024-08-12T20:37:38.052Z | Dirty thiserror v1.0.63: the rustflags changed |
1525 | 2024-08-12T20:37:38.052Z | Compiling thiserror v1.0.63 |
1526 | 2024-08-12T20:37:38.055Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6af16f059664a63 -C extra-filename=-a6af16f059664a63 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1527 | 2024-08-12T20:37:38.131Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build` |
1528 | 2024-08-12T20:37:38.158Z | Dirty cc v1.0.97: the rustflags changed |
1529 | 2024-08-12T20:37:38.158Z | Compiling cc v1.0.97 |
1530 | 2024-08-12T20:37:38.161Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build` |
1531 | 2024-08-12T20:37:38.161Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build` |
1532 | 2024-08-12T20:37:38.171Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=9494c7e9645530d5 -C extra-filename=-9494c7e9645530d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1533 | 2024-08-12T20:37:38.200Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ba00d9da7e296366 -C extra-filename=-ba00d9da7e296366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1534 | 2024-08-12T20:37:38.305Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=09a20e99f076665f -C extra-filename=-09a20e99f076665f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
1535 | 2024-08-12T20:37:38.305Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build` |
1536 | 2024-08-12T20:37:38.520Z | Dirty quote v1.0.36: the rustflags changed |
1537 | 2024-08-12T20:37:38.520Z | Compiling quote v1.0.36 |
1538 | 2024-08-12T20:37:38.523Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=46c64c1f55b4d3af -C extra-filename=-46c64c1f55b4d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1539 | 2024-08-12T20:37:38.541Z | Dirty ryu v1.0.18: the rustflags changed |
1540 | 2024-08-12T20:37:38.541Z | Compiling ryu v1.0.18 |
1541 | 2024-08-12T20:37:38.544Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=c8748712d383e42f -C extra-filename=-c8748712d383e42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1542 | 2024-08-12T20:37:38.684Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63/build-script-build` |
1543 | 2024-08-12T20:37:38.770Z | Dirty spin v0.9.8: the rustflags changed |
1544 | 2024-08-12T20:37:38.771Z | Compiling spin v0.9.8 |
1545 | 2024-08-12T20:37:38.773Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=d52e3d8c16e8a214 -C extra-filename=-d52e3d8c16e8a214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1546 | 2024-08-12T20:37:38.875Z | Dirty ahash v0.8.11: the rustflags changed |
1547 | 2024-08-12T20:37:38.875Z | Compiling ahash v0.8.11 |
1548 | 2024-08-12T20:37:38.878Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=6093e0e56b120ab2 -C extra-filename=-6093e0e56b120ab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1549 | 2024-08-12T20:37:38.914Z | Dirty syn v2.0.72: the rustflags changed |
1550 | 2024-08-12T20:37:38.914Z | Compiling syn v2.0.72 |
1551 | 2024-08-12T20:37:38.917Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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=0188594352aec504 -C extra-filename=-0188594352aec504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1552 | 2024-08-12T20:37:39.151Z | Dirty getrandom v0.2.14: the rustflags changed |
1553 | 2024-08-12T20:37:39.151Z | Compiling getrandom v0.2.14 |
1554 | 2024-08-12T20:37:39.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=f17162317cb3b488 -C extra-filename=-f17162317cb3b488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1555 | 2024-08-12T20:37:39.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=036dd9f6b762820e -C extra-filename=-036dd9f6b762820e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1556 | 2024-08-12T20:37:39.288Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2914d78ac96fc53c -C extra-filename=-2914d78ac96fc53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp` |
1557 | 2024-08-12T20:37:39.306Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
1558 | 2024-08-12T20:37:39.306Z | Compiling signal-hook-registry v1.4.2 |
1559 | 2024-08-12T20:37:39.309Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90f25099cdb1b5e6 -C extra-filename=-90f25099cdb1b5e6 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1560 | 2024-08-12T20:37:39.513Z | Dirty rand_core v0.6.4: the rustflags changed |
1561 | 2024-08-12T20:37:39.513Z | Compiling rand_core v0.6.4 |
1562 | 2024-08-12T20:37:39.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=712f34846d8898c6 -C extra-filename=-712f34846d8898c6 --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-f17162317cb3b488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1563 | 2024-08-12T20:37:39.576Z | Dirty parking_lot v0.12.2: the rustflags changed |
1564 | 2024-08-12T20:37:39.576Z | Compiling parking_lot v0.12.2 |
1565 | 2024-08-12T20:37:39.579Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=d2c6d5e451dfd0ff -C extra-filename=-d2c6d5e451dfd0ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-036dd9f6b762820e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1566 | 2024-08-12T20:37:39.620Z | Dirty mio v0.8.11: the rustflags changed |
1567 | 2024-08-12T20:37:39.620Z | Compiling mio v0.8.11 |
1568 | 2024-08-12T20:37:39.623Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=f5538ab28795be32 -C extra-filename=-f5538ab28795be32 --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-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1569 | 2024-08-12T20:37:39.917Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build` |
1570 | 2024-08-12T20:37:39.986Z | Dirty num_cpus v1.16.0: the rustflags changed |
1571 | 2024-08-12T20:37:39.986Z | Compiling num_cpus v1.16.0 |
1572 | 2024-08-12T20:37:39.989Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=efde18f6370b8182 -C extra-filename=-efde18f6370b8182 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1573 | 2024-08-12T20:37:40.084Z | Dirty socket2 v0.5.7: the rustflags changed |
1574 | 2024-08-12T20:37:40.084Z | Compiling socket2 v0.5.7 |
1575 | 2024-08-12T20:37:40.091Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=06830b5a71d23f82 -C extra-filename=-06830b5a71d23f82 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1576 | 2024-08-12T20:37:40.127Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
1577 | 2024-08-12T20:37:40.127Z | Compiling allocator-api2 v0.2.18 |
1578 | 2024-08-12T20:37:40.132Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=b6220780d1ff212d -C extra-filename=-b6220780d1ff212d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1579 | 2024-08-12T20:37:40.143Z | Dirty serde_json v1.0.122: the rustflags changed |
1580 | 2024-08-12T20:37:40.144Z | Compiling serde_json v1.0.122 |
1581 | 2024-08-12T20:37:40.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=77cac7e37171a31a -C extra-filename=-77cac7e37171a31a --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-77cac7e37171a31a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1582 | 2024-08-12T20:37:40.561Z | Dirty typenum v1.17.0: the rustflags changed |
1583 | 2024-08-12T20:37:40.562Z | Compiling typenum v1.17.0 |
1584 | 2024-08-12T20:37:40.562Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-77cac7e37171a31a/build-script-build` |
1585 | 2024-08-12T20:37:40.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f78d3e5b0e6ba211 -C extra-filename=-f78d3e5b0e6ba211 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1586 | 2024-08-12T20:37:40.600Z | Dirty futures-core v0.3.30: the rustflags changed |
1587 | 2024-08-12T20:37:40.600Z | Compiling futures-core v0.3.30 |
1588 | 2024-08-12T20:37:40.605Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=965f1abbaef84084 -C extra-filename=-965f1abbaef84084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1589 | 2024-08-12T20:37:40.863Z | Dirty generic-array v0.14.7: the rustflags changed |
1590 | 2024-08-12T20:37:40.863Z | Compiling generic-array v0.14.7 |
1591 | 2024-08-12T20:37:40.866Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6331d367a75138c7 -C extra-filename=-6331d367a75138c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1592 | 2024-08-12T20:37:40.959Z | Dirty fnv v1.0.7: the rustflags changed |
1593 | 2024-08-12T20:37:40.959Z | Compiling fnv v1.0.7 |
1594 | 2024-08-12T20:37:40.961Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=384dbe410948d0e9 -C extra-filename=-384dbe410948d0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1595 | 2024-08-12T20:37:41.003Z | Dirty equivalent v1.0.1: the rustflags changed |
1596 | 2024-08-12T20:37:41.003Z | Compiling equivalent v1.0.1 |
1597 | 2024-08-12T20:37:41.005Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0ebed4a536b088 -C extra-filename=-8d0ebed4a536b088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1598 | 2024-08-12T20:37:41.035Z | Dirty subtle v2.5.0: the rustflags changed |
1599 | 2024-08-12T20:37:41.035Z | Compiling subtle v2.5.0 |
1600 | 2024-08-12T20:37:41.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=69c441407b09e74b -C extra-filename=-69c441407b09e74b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1601 | 2024-08-12T20:37:41.095Z | Dirty futures-sink v0.3.30: the rustflags changed |
1602 | 2024-08-12T20:37:41.095Z | Compiling futures-sink v0.3.30 |
1603 | 2024-08-12T20:37:41.113Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d5a6af5eceae766d -C extra-filename=-d5a6af5eceae766d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1604 | 2024-08-12T20:37:41.116Z | Dirty slab v0.4.9: the rustflags changed |
1605 | 2024-08-12T20:37:41.116Z | Compiling slab v0.4.9 |
1606 | 2024-08-12T20:37:41.119Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26e342cf5190e347 -C extra-filename=-26e342cf5190e347 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1607 | 2024-08-12T20:37:41.244Z | Dirty futures-channel v0.3.30: the rustflags changed |
1608 | 2024-08-12T20:37:41.244Z | Compiling futures-channel v0.3.30 |
1609 | 2024-08-12T20:37:41.247Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=315266bf3c88a0ab -C extra-filename=-315266bf3c88a0ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1610 | 2024-08-12T20:37:41.247Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build` |
1611 | 2024-08-12T20:37:41.328Z | Dirty futures-task v0.3.30: the rustflags changed |
1612 | 2024-08-12T20:37:41.328Z | Compiling futures-task v0.3.30 |
1613 | 2024-08-12T20:37:41.331Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=b2e13e142afbdd87 -C extra-filename=-b2e13e142afbdd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1614 | 2024-08-12T20:37:41.375Z | Dirty futures-io v0.3.30: the rustflags changed |
1615 | 2024-08-12T20:37:41.375Z | Compiling futures-io v0.3.30 |
1616 | 2024-08-12T20:37:41.377Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=1044befc4d8b6f32 -C extra-filename=-1044befc4d8b6f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1617 | 2024-08-12T20:37:41.450Z | Dirty pin-utils v0.1.0: the rustflags changed |
1618 | 2024-08-12T20:37:41.450Z | Compiling pin-utils v0.1.0 |
1619 | 2024-08-12T20:37:41.453Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab4c9310920e6cf2 -C extra-filename=-ab4c9310920e6cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1620 | 2024-08-12T20:37:41.500Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build` |
1621 | 2024-08-12T20:37:41.549Z | Dirty syn v1.0.109: the rustflags changed |
1622 | 2024-08-12T20:37:41.549Z | Compiling syn v1.0.109 |
1623 | 2024-08-12T20:37:41.552Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=7bd69fb34c9940b1 -C extra-filename=-7bd69fb34c9940b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1624 | 2024-08-12T20:37:41.619Z | Dirty regex-syntax v0.8.3: the rustflags changed |
1625 | 2024-08-12T20:37:41.619Z | Compiling regex-syntax v0.8.3 |
1626 | 2024-08-12T20:37:41.622Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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=c66360c6489529f1 -C extra-filename=-c66360c6489529f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1627 | 2024-08-12T20:37:41.655Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f96e20c34b56be83 -C extra-filename=-f96e20c34b56be83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1628 | 2024-08-12T20:37:41.661Z | Dirty const-oid v0.9.6: the rustflags changed |
1629 | 2024-08-12T20:37:41.661Z | Compiling const-oid v0.9.6 |
1630 | 2024-08-12T20:37:41.667Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=0fbd4ee0c026a43b -C extra-filename=-0fbd4ee0c026a43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1631 | 2024-08-12T20:37:41.694Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main` |
1632 | 2024-08-12T20:37:41.714Z | Dirty aho-corasick v1.1.3: the rustflags changed |
1633 | 2024-08-12T20:37:41.714Z | Compiling aho-corasick v1.1.3 |
1634 | 2024-08-12T20:37:41.717Z | Dirty heck v0.5.0: the rustflags changed |
1635 | 2024-08-12T20:37:41.717Z | Compiling heck v0.5.0 |
1636 | 2024-08-12T20:37:41.726Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ccd418511fd0e494 -C extra-filename=-ccd418511fd0e494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1637 | 2024-08-12T20:37:41.726Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=830498e334c402a9 -C extra-filename=-830498e334c402a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1638 | 2024-08-12T20:37:41.904Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=60752444239cd916 -C extra-filename=-60752444239cd916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1639 | 2024-08-12T20:37:41.928Z | Dirty iana-time-zone v0.1.60: the rustflags changed |
1640 | 2024-08-12T20:37:41.928Z | Compiling iana-time-zone v0.1.60 |
1641 | 2024-08-12T20:37:41.931Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=e4234c30fefa5b8b -C extra-filename=-e4234c30fefa5b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1642 | 2024-08-12T20:37:42.208Z | Dirty semver v1.0.23: the rustflags changed |
1643 | 2024-08-12T20:37:42.208Z | Compiling semver v1.0.23 |
1644 | 2024-08-12T20:37:42.208Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=746a93df62810af4 -C extra-filename=-746a93df62810af4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1645 | 2024-08-12T20:37:42.269Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build` |
1646 | 2024-08-12T20:37:42.342Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0c3b85329fe55c62 -C extra-filename=-0c3b85329fe55c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
1647 | 2024-08-12T20:37:42.375Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
1648 | 2024-08-12T20:37:42.375Z | Compiling tinyvec_macros v0.1.1 |
1649 | 2024-08-12T20:37:42.378Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3f75058ddf213ea -C extra-filename=-e3f75058ddf213ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1650 | 2024-08-12T20:37:42.474Z | Dirty tinyvec v1.6.0: the rustflags changed |
1651 | 2024-08-12T20:37:42.474Z | Compiling tinyvec v1.6.0 |
1652 | 2024-08-12T20:37:42.477Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=bfd9b440086bc207 -C extra-filename=-bfd9b440086bc207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-e3f75058ddf213ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1653 | 2024-08-12T20:37:42.852Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build` |
1654 | 2024-08-12T20:37:42.920Z | Dirty rustix v0.38.34: the rustflags changed |
1655 | 2024-08-12T20:37:42.920Z | Compiling rustix v0.38.34 |
1656 | 2024-08-12T20:37:42.923Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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=641ca780b75cd688 -C extra-filename=-641ca780b75cd688 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-641ca780b75cd688 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1657 | 2024-08-12T20:37:43.243Z | Dirty ppv-lite86 v0.2.17: the rustflags changed |
1658 | 2024-08-12T20:37:43.243Z | Compiling ppv-lite86 v0.2.17 |
1659 | 2024-08-12T20:37:43.246Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de1c01fb16cf43da -C extra-filename=-de1c01fb16cf43da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1660 | 2024-08-12T20:37:43.560Z | Dirty lazy_static v1.5.0: the rustflags changed |
1661 | 2024-08-12T20:37:43.560Z | Compiling lazy_static v1.5.0 |
1662 | 2024-08-12T20:37:43.563Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4058c7340bf7b5f3 -C extra-filename=-4058c7340bf7b5f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1663 | 2024-08-12T20:37:43.689Z | Dirty errno v0.3.9: the rustflags changed |
1664 | 2024-08-12T20:37:43.689Z | Compiling errno v0.3.9 |
1665 | 2024-08-12T20:37:43.693Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=20b45d248da772ee -C extra-filename=-20b45d248da772ee --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1666 | 2024-08-12T20:37:43.761Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-641ca780b75cd688/build-script-build` |
1667 | 2024-08-12T20:37:43.879Z | Dirty dyn-clone v1.0.17: the rustflags changed |
1668 | 2024-08-12T20:37:43.879Z | Compiling dyn-clone v1.0.17 |
1669 | 2024-08-12T20:37:43.895Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5859d1b7689bc278 -C extra-filename=-5859d1b7689bc278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1670 | 2024-08-12T20:37:43.926Z | Dirty unicode-normalization v0.1.23: the rustflags changed |
1671 | 2024-08-12T20:37:43.926Z | Compiling unicode-normalization v0.1.23 |
1672 | 2024-08-12T20:37:43.929Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4163aa611c9fa9ab -C extra-filename=-4163aa611c9fa9ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1673 | 2024-08-12T20:37:43.975Z | Dirty pkg-config v0.3.30: the rustflags changed |
1674 | 2024-08-12T20:37:43.975Z | Compiling pkg-config v0.3.30 |
1675 | 2024-08-12T20:37:43.978Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb481e38678e4e0a -C extra-filename=-eb481e38678e4e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1676 | 2024-08-12T20:37:43.996Z | Dirty schemars v0.8.21: the rustflags changed |
1677 | 2024-08-12T20:37:43.996Z | Compiling schemars v0.8.21 |
1678 | 2024-08-12T20:37:43.999Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=55f55719d25eeb1e -C extra-filename=-55f55719d25eeb1e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1679 | 2024-08-12T20:37:44.096Z | Dirty cpufeatures v0.2.12: the rustflags changed |
1680 | 2024-08-12T20:37:44.097Z | Compiling cpufeatures v0.2.12 |
1681 | 2024-08-12T20:37:44.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=250510e548f1bd64 -C extra-filename=-250510e548f1bd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1682 | 2024-08-12T20:37:44.205Z | Dirty unicode-bidi v0.3.15: the rustflags changed |
1683 | 2024-08-12T20:37:44.205Z | Compiling unicode-bidi v0.3.15 |
1684 | 2024-08-12T20:37:44.208Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=773c324f50696e3f -C extra-filename=-773c324f50696e3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1685 | 2024-08-12T20:37:44.425Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build` |
1686 | 2024-08-12T20:37:44.452Z | Dirty rand_chacha v0.3.1: the rustflags changed |
1687 | 2024-08-12T20:37:44.452Z | Compiling rand_chacha v0.3.1 |
1688 | 2024-08-12T20:37:44.455Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=06ff9ddc7c7c443e -C extra-filename=-06ff9ddc7c7c443e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1689 | 2024-08-12T20:37:45.071Z | Dirty regex-automata v0.4.6: the rustflags changed |
1690 | 2024-08-12T20:37:45.071Z | Compiling regex-automata v0.4.6 |
1691 | 2024-08-12T20:37:45.074Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=c5aa525684a11cb4 -C extra-filename=-c5aa525684a11cb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1692 | 2024-08-12T20:37:45.530Z | Dirty tracing-core v0.1.32: the rustflags changed |
1693 | 2024-08-12T20:37:45.530Z | Compiling tracing-core v0.1.32 |
1694 | 2024-08-12T20:37:45.533Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=adeb21224cd93e5d -C extra-filename=-adeb21224cd93e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1695 | 2024-08-12T20:37:45.775Z | Dirty rand v0.8.5: the rustflags changed |
1696 | 2024-08-12T20:37:45.775Z | Compiling rand v0.8.5 |
1697 | 2024-08-12T20:37:45.777Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=2bc27de9dad720ce -C extra-filename=-2bc27de9dad720ce --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-2977f4e89cc8b9da.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-06ff9ddc7c7c443e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1698 | 2024-08-12T20:37:46.790Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
1699 | 2024-08-12T20:37:46.790Z | Compiling serde_derive_internals v0.29.1 |
1700 | 2024-08-12T20:37:46.793Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2f764d1ad9ba460 -C extra-filename=-c2f764d1ad9ba460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1701 | 2024-08-12T20:37:46.976Z | Dirty percent-encoding v2.3.1: the rustflags changed |
1702 | 2024-08-12T20:37:46.976Z | Compiling percent-encoding v2.3.1 |
1703 | 2024-08-12T20:37:46.980Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8bf889c42ff0e1d1 -C extra-filename=-8bf889c42ff0e1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1704 | 2024-08-12T20:37:47.145Z | Dirty either v1.13.0: the rustflags changed |
1705 | 2024-08-12T20:37:47.146Z | Compiling either v1.13.0 |
1706 | 2024-08-12T20:37:47.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=5d39f2eb1424d60a -C extra-filename=-5d39f2eb1424d60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1707 | 2024-08-12T20:37:47.354Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
1708 | 2024-08-12T20:37:47.354Z | Compiling form_urlencoded v1.2.1 |
1709 | 2024-08-12T20:37:47.357Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5569ff5eb631ad8f -C extra-filename=-5569ff5eb631ad8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1710 | 2024-08-12T20:37:47.566Z | Dirty time-core v0.1.2: the rustflags changed |
1711 | 2024-08-12T20:37:47.566Z | Compiling time-core v0.1.2 |
1712 | 2024-08-12T20:37:47.569Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8438a68f7699e06 -C extra-filename=-e8438a68f7699e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1713 | 2024-08-12T20:37:47.674Z | Dirty httparse v1.8.0: the rustflags changed |
1714 | 2024-08-12T20:37:47.674Z | Compiling httparse v1.8.0 |
1715 | 2024-08-12T20:37:47.676Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=080b0553c9222f9d -C extra-filename=-080b0553c9222f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1716 | 2024-08-12T20:37:47.743Z | Dirty num-conv v0.1.0: the rustflags changed |
1717 | 2024-08-12T20:37:47.743Z | Compiling num-conv v0.1.0 |
1718 | 2024-08-12T20:37:47.745Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dbaadbd2a98f6d3 -C extra-filename=-2dbaadbd2a98f6d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1719 | 2024-08-12T20:37:47.835Z | Dirty unicode-width v0.1.13: the rustflags changed |
1720 | 2024-08-12T20:37:47.835Z | Compiling unicode-width v0.1.13 |
1721 | 2024-08-12T20:37:47.851Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3919ec52e6b0b262 -C extra-filename=-3919ec52e6b0b262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1722 | 2024-08-12T20:37:48.016Z | Dirty powerfmt v0.2.0: the rustflags changed |
1723 | 2024-08-12T20:37:48.016Z | Compiling powerfmt v0.2.0 |
1724 | 2024-08-12T20:37:48.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=3fa201fe28271c4f -C extra-filename=-3fa201fe28271c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1725 | 2024-08-12T20:37:48.035Z | Dirty time-macros v0.2.18: the rustflags changed |
1726 | 2024-08-12T20:37:48.035Z | Compiling time-macros v0.2.18 |
1727 | 2024-08-12T20:37:48.038Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=fe135c41e946333f -C extra-filename=-fe135c41e946333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1728 | 2024-08-12T20:37:48.059Z | Dirty ring v0.17.8: the rustflags changed |
1729 | 2024-08-12T20:37:48.059Z | Compiling ring v0.17.8 |
1730 | 2024-08-12T20:37:48.061Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=a4a2a5a940d05015 -C extra-filename=-a4a2a5a940d05015 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-a4a2a5a940d05015 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1731 | 2024-08-12T20:37:48.190Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build` |
1732 | 2024-08-12T20:37:48.219Z | Dirty num_threads v0.1.7: the rustflags changed |
1733 | 2024-08-12T20:37:48.219Z | Compiling num_threads v0.1.7 |
1734 | 2024-08-12T20:37:48.222Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cdb0e798929dbb9 -C extra-filename=-4cdb0e798929dbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1735 | 2024-08-12T20:37:48.354Z | Dirty deranged v0.3.11: the rustflags changed |
1736 | 2024-08-12T20:37:48.354Z | Compiling deranged v0.3.11 |
1737 | 2024-08-12T20:37:48.357Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=aad5a879e3302801 -C extra-filename=-aad5a879e3302801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1738 | 2024-08-12T20:37:48.427Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ceb8996510f7f6e -C extra-filename=-4ceb8996510f7f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd` |
1739 | 2024-08-12T20:37:49.134Z | Dirty idna v0.5.0: the rustflags changed |
1740 | 2024-08-12T20:37:49.134Z | Compiling idna v0.5.0 |
1741 | 2024-08-12T20:37:49.137Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=28c67756af01de96 -C extra-filename=-28c67756af01de96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1742 | 2024-08-12T20:37:49.320Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-a4a2a5a940d05015/build-script-build` |
1743 | 2024-08-12T20:37:49.580Z | Dirty adler v1.0.2: the rustflags changed |
1744 | 2024-08-12T20:37:49.581Z | Compiling adler v1.0.2 |
1745 | 2024-08-12T20:37:49.583Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=74707462cb48944c -C extra-filename=-74707462cb48944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1746 | 2024-08-12T20:37:49.827Z | Dirty miniz_oxide v0.7.2: the rustflags changed |
1747 | 2024-08-12T20:37:49.827Z | Compiling miniz_oxide v0.7.2 |
1748 | 2024-08-12T20:37:49.830Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=0754261838d72f08 -C extra-filename=-0754261838d72f08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-74707462cb48944c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1749 | 2024-08-12T20:37:50.375Z | Dirty url v2.5.2: the rustflags changed |
1750 | 2024-08-12T20:37:50.375Z | Compiling url v2.5.2 |
1751 | 2024-08-12T20:37:50.379Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c883dcfe2d3789aa -C extra-filename=-c883dcfe2d3789aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1752 | 2024-08-12T20:37:50.762Z | Dirty regex v1.10.6: the rustflags changed |
1753 | 2024-08-12T20:37:50.762Z | Compiling regex v1.10.6 |
1754 | 2024-08-12T20:37:50.764Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=ec6f77fa62f939ce -C extra-filename=-ec6f77fa62f939ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1755 | 2024-08-12T20:37:51.372Z | Dirty strsim v0.11.1: the rustflags changed |
1756 | 2024-08-12T20:37:51.372Z | Compiling strsim v0.11.1 |
1757 | 2024-08-12T20:37:51.376Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1f7ddb01f1b033d -C extra-filename=-a1f7ddb01f1b033d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1758 | 2024-08-12T20:37:51.524Z | Dirty time v0.3.36: the rustflags changed |
1759 | 2024-08-12T20:37:51.524Z | Compiling time v0.3.36 |
1760 | 2024-08-12T20:37:51.527Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=fb18128a1fc11699 -C extra-filename=-fb18128a1fc11699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-aad5a879e3302801.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4cdb0e798929dbb9.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1761 | 2024-08-12T20:37:51.840Z | Dirty rustversion v1.0.17: the rustflags changed |
1762 | 2024-08-12T20:37:51.840Z | Compiling rustversion v1.0.17 |
1763 | 2024-08-12T20:37:51.843Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b051871c96bdc0 -C extra-filename=-12b051871c96bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1764 | 2024-08-12T20:37:52.241Z | Dirty untrusted v0.9.0: the rustflags changed |
1765 | 2024-08-12T20:37:52.241Z | Compiling untrusted v0.9.0 |
1766 | 2024-08-12T20:37:52.244Z | Dirty slog v2.7.0: the rustflags changed |
1767 | 2024-08-12T20:37:52.244Z | Compiling slog v2.7.0 |
1768 | 2024-08-12T20:37:52.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ba18449f0014995 -C extra-filename=-5ba18449f0014995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1769 | 2024-08-12T20:37:52.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=993125d68d51fc81 -C extra-filename=-993125d68d51fc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1770 | 2024-08-12T20:37:52.319Z | Dirty vcpkg v0.2.15: the rustflags changed |
1771 | 2024-08-12T20:37:52.319Z | Compiling vcpkg v0.2.15 |
1772 | 2024-08-12T20:37:52.323Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1de0e5370f5fe5c3 -C extra-filename=-1de0e5370f5fe5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1773 | 2024-08-12T20:37:52.411Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b61923086b86499a -C extra-filename=-b61923086b86499a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
1774 | 2024-08-12T20:37:52.673Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build` |
1775 | 2024-08-12T20:37:52.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cd12841eafeed674 -C extra-filename=-cd12841eafeed674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
1776 | 2024-08-12T20:37:52.830Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build` |
1777 | 2024-08-12T20:37:52.903Z | Dirty try-lock v0.2.5: the rustflags changed |
1778 | 2024-08-12T20:37:52.903Z | Compiling try-lock v0.2.5 |
1779 | 2024-08-12T20:37:52.906Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=313404437aa63526 -C extra-filename=-313404437aa63526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1780 | 2024-08-12T20:37:53.057Z | Dirty want v0.3.1: the rustflags changed |
1781 | 2024-08-12T20:37:53.057Z | Compiling want v0.3.1 |
1782 | 2024-08-12T20:37:53.060Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=834a74e98d60d91b -C extra-filename=-834a74e98d60d91b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-313404437aa63526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1783 | 2024-08-12T20:37:53.361Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e9a5d2b6dcbc0177 -C extra-filename=-e9a5d2b6dcbc0177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
1784 | 2024-08-12T20:37:53.538Z | Dirty serde_derive v1.0.205: the rustflags changed |
1785 | 2024-08-12T20:37:53.538Z | Compiling serde_derive v1.0.205 |
1786 | 2024-08-12T20:37:53.541Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.205/src/lib.rs --error-format=json --json=diagnostic-rendered-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=78580edbccf03e34 -C extra-filename=-78580edbccf03e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1787 | 2024-08-12T20:37:54.200Z | Dirty zerocopy-derive v0.7.34: the rustflags changed |
1788 | 2024-08-12T20:37:54.200Z | Compiling zerocopy-derive v0.7.34 |
1789 | 2024-08-12T20:37:54.212Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d38f1aaca5d3bc2b -C extra-filename=-d38f1aaca5d3bc2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1790 | 2024-08-12T20:37:54.275Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
1791 | 2024-08-12T20:37:54.275Z | Compiling zeroize_derive v1.4.2 |
1792 | 2024-08-12T20:37:54.282Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=edb8089bbbf548a8 -C extra-filename=-edb8089bbbf548a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1793 | 2024-08-12T20:37:54.530Z | Dirty thiserror-impl v1.0.63: the rustflags changed |
1794 | 2024-08-12T20:37:54.530Z | Compiling thiserror-impl v1.0.63 |
1795 | 2024-08-12T20:37:54.533Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06f4492ef42ca8b5 -C extra-filename=-06f4492ef42ca8b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1796 | 2024-08-12T20:37:56.090Z | Dirty zeroize v1.7.0: the rustflags changed |
1797 | 2024-08-12T20:37:56.090Z | Compiling zeroize v1.7.0 |
1798 | 2024-08-12T20:37:56.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.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=fe54c6e20c355e92 -C extra-filename=-fe54c6e20c355e92 --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-edb8089bbbf548a8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1799 | 2024-08-12T20:37:56.254Z | Dirty tokio-macros v2.3.0: the rustflags changed |
1800 | 2024-08-12T20:37:56.254Z | Compiling tokio-macros v2.3.0 |
1801 | 2024-08-12T20:37:56.257Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=7cd36908938d7e4c -C extra-filename=-7cd36908938d7e4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1802 | 2024-08-12T20:37:56.490Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=06f3d453e5019bde -C extra-filename=-06f3d453e5019bde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
1803 | 2024-08-12T20:37:56.678Z | Dirty zerocopy v0.7.34: the rustflags changed |
1804 | 2024-08-12T20:37:56.678Z | Compiling zerocopy v0.7.34 |
1805 | 2024-08-12T20:37:56.681Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=49b3183e334b0b14 -C extra-filename=-49b3183e334b0b14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d38f1aaca5d3bc2b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1806 | 2024-08-12T20:37:56.727Z | Dirty futures-macro v0.3.30: the rustflags changed |
1807 | 2024-08-12T20:37:56.727Z | Compiling futures-macro v0.3.30 |
1808 | 2024-08-12T20:37:56.730Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=884e9c54f92bcb0f -C extra-filename=-884e9c54f92bcb0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1809 | 2024-08-12T20:37:56.826Z | Dirty schemars_derive v0.8.21: the rustflags changed |
1810 | 2024-08-12T20:37:56.826Z | Compiling schemars_derive v0.8.21 |
1811 | 2024-08-12T20:37:56.829Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c882dc5128881753 -C extra-filename=-c882dc5128881753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-c2f764d1ad9ba460.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1812 | 2024-08-12T20:37:57.822Z | Dirty crypto-common v0.1.6: the rustflags changed |
1813 | 2024-08-12T20:37:57.822Z | Compiling crypto-common v0.1.6 |
1814 | 2024-08-12T20:37:57.825Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=767c05c3324991c7 -C extra-filename=-767c05c3324991c7 --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-06f3d453e5019bde.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1815 | 2024-08-12T20:37:57.895Z | Dirty block-buffer v0.10.4: the rustflags changed |
1816 | 2024-08-12T20:37:57.895Z | Compiling block-buffer v0.10.4 |
1817 | 2024-08-12T20:37:57.898Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3547f3720d13cdb1 -C extra-filename=-3547f3720d13cdb1 --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-06f3d453e5019bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1818 | 2024-08-12T20:37:58.047Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
1819 | 2024-08-12T20:37:58.047Z | Compiling tracing-attributes v0.1.27 |
1820 | 2024-08-12T20:37:58.047Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=75a93575ac27a528 -C extra-filename=-75a93575ac27a528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1821 | 2024-08-12T20:37:58.068Z | Dirty openssl-sys v0.9.103: the rustflags changed |
1822 | 2024-08-12T20:37:58.068Z | Compiling openssl-sys v0.9.103 |
1823 | 2024-08-12T20:37:58.103Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a169ad55ee172d18 -C extra-filename=-a169ad55ee172d18 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a169ad55ee172d18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1824 | 2024-08-12T20:37:58.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=309c3d3bca908d45 -C extra-filename=-309c3d3bca908d45 --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-06f4492ef42ca8b5.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)'` |
1825 | 2024-08-12T20:37:58.159Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=a5310778e8190f9a -C extra-filename=-a5310778e8190f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
1826 | 2024-08-12T20:37:58.251Z | Dirty digest v0.10.7: the rustflags changed |
1827 | 2024-08-12T20:37:58.251Z | Compiling digest v0.10.7 |
1828 | 2024-08-12T20:37:58.268Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=063d0c2469814ada -C extra-filename=-063d0c2469814ada --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-3547f3720d13cdb1.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-767c05c3324991c7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1829 | 2024-08-12T20:37:58.275Z | Dirty async-trait v0.1.81: the rustflags changed |
1830 | 2024-08-12T20:37:58.275Z | Compiling async-trait v0.1.81 |
1831 | 2024-08-12T20:37:58.278Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.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=5547710810e44ff9 -C extra-filename=-5547710810e44ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1832 | 2024-08-12T20:37:58.748Z | Dirty hashbrown v0.14.5: the rustflags changed |
1833 | 2024-08-12T20:37:58.748Z | Compiling hashbrown v0.14.5 |
1834 | 2024-08-12T20:37:58.751Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=e9c0c75a0b28a83e -C extra-filename=-e9c0c75a0b28a83e --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-a5310778e8190f9a.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1835 | 2024-08-12T20:37:58.800Z | Dirty tower-service v0.3.2: the rustflags changed |
1836 | 2024-08-12T20:37:58.800Z | Compiling tower-service v0.3.2 |
1837 | 2024-08-12T20:37:58.802Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20ddb2efdeabe78 -C extra-filename=-c20ddb2efdeabe78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1838 | 2024-08-12T20:37:58.860Z | Dirty futures-util v0.3.30: the rustflags changed |
1839 | 2024-08-12T20:37:58.860Z | Compiling futures-util v0.3.30 |
1840 | 2024-08-12T20:37:58.864Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=0932cfe286ee3ae0 -C extra-filename=-0932cfe286ee3ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-884e9c54f92bcb0f.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1841 | 2024-08-12T20:37:58.936Z | Dirty base64ct v1.6.0: the rustflags changed |
1842 | 2024-08-12T20:37:58.936Z | Compiling base64ct v1.6.0 |
1843 | 2024-08-12T20:37:58.939Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=43a44750c8116f3c -C extra-filename=-43a44750c8116f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1844 | 2024-08-12T20:37:59.219Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a169ad55ee172d18/build-script-main` |
1845 | 2024-08-12T20:37:59.301Z | Dirty backtrace v0.3.71: the rustflags changed |
1846 | 2024-08-12T20:37:59.301Z | Compiling backtrace v0.3.71 |
1847 | 2024-08-12T20:37:59.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=3a5948913ab9e26d -C extra-filename=-3a5948913ab9e26d --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-3a5948913ab9e26d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1848 | 2024-08-12T20:37:59.557Z | Dirty httpdate v1.0.3: the rustflags changed |
1849 | 2024-08-12T20:37:59.557Z | Compiling httpdate v1.0.3 |
1850 | 2024-08-12T20:37:59.557Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fbea464aaabb1e8 -C extra-filename=-6fbea464aaabb1e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1851 | 2024-08-12T20:37:59.890Z | Dirty gimli v0.28.1: the rustflags changed |
1852 | 2024-08-12T20:37:59.890Z | Compiling gimli v0.28.1 |
1853 | 2024-08-12T20:37:59.893Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=1eda159745dc50fc -C extra-filename=-1eda159745dc50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1854 | 2024-08-12T20:38:00.063Z | Dirty base64 v0.21.7: the rustflags changed |
1855 | 2024-08-12T20:38:00.063Z | Compiling base64 v0.21.7 |
1856 | 2024-08-12T20:38:00.066Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a2ffa63167802121 -C extra-filename=-a2ffa63167802121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1857 | 2024-08-12T20:38:00.207Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-3a5948913ab9e26d/build-script-build` |
1858 | 2024-08-12T20:38:00.237Z | Dirty object v0.32.2: the rustflags changed |
1859 | 2024-08-12T20:38:00.237Z | Compiling object v0.32.2 |
1860 | 2024-08-12T20:38:00.240Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=28740f4d46b8b6dd -C extra-filename=-28740f4d46b8b6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1861 | 2024-08-12T20:38:00.470Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
1862 | 2024-08-12T20:38:00.470Z | Compiling rustc-demangle v0.1.24 |
1863 | 2024-08-12T20:38:00.474Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=7e6a6a1eb2bce4c3 -C extra-filename=-7e6a6a1eb2bce4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1864 | 2024-08-12T20:38:00.823Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
1865 | 2024-08-12T20:38:00.823Z | Compiling foreign-types-shared v0.1.1 |
1866 | 2024-08-12T20:38:00.826Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7304dc04625fbbf -C extra-filename=-a7304dc04625fbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1867 | 2024-08-12T20:38:00.943Z | Dirty openssl v0.10.66: the rustflags changed |
1868 | 2024-08-12T20:38:00.943Z | Compiling openssl v0.10.66 |
1869 | 2024-08-12T20:38:00.959Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a8b0d1321d6e4d0d -C extra-filename=-a8b0d1321d6e4d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1870 | 2024-08-12T20:38:01.355Z | Dirty heck v0.4.1: the rustflags changed |
1871 | 2024-08-12T20:38:01.355Z | Compiling heck v0.4.1 |
1872 | 2024-08-12T20:38:01.358Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=64fe453a3f9fcd4a -C extra-filename=-64fe453a3f9fcd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1873 | 2024-08-12T20:38:01.418Z | Dirty openssl-probe v0.1.5: the rustflags changed |
1874 | 2024-08-12T20:38:01.418Z | Compiling openssl-probe v0.1.5 |
1875 | 2024-08-12T20:38:01.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aba34158fbf029ed -C extra-filename=-aba34158fbf029ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1876 | 2024-08-12T20:38:01.463Z | Dirty anyhow v1.0.86: the rustflags changed |
1877 | 2024-08-12T20:38:01.463Z | Compiling anyhow v1.0.86 |
1878 | 2024-08-12T20:38:01.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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=15411073692bfeba -C extra-filename=-15411073692bfeba --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-15411073692bfeba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1879 | 2024-08-12T20:38:01.783Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build` |
1880 | 2024-08-12T20:38:01.816Z | Dirty foreign-types v0.3.2: the rustflags changed |
1881 | 2024-08-12T20:38:01.816Z | Compiling foreign-types v0.3.2 |
1882 | 2024-08-12T20:38:01.819Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb01e7ef2f5b8a88 -C extra-filename=-bb01e7ef2f5b8a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a7304dc04625fbbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1883 | 2024-08-12T20:38:01.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=9869d6c52f6f1440 -C extra-filename=-9869d6c52f6f1440 --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-2977f4e89cc8b9da.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)'` |
1884 | 2024-08-12T20:38:01.914Z | Dirty openssl-macros v0.1.1: the rustflags changed |
1885 | 2024-08-12T20:38:01.914Z | Compiling openssl-macros v0.1.1 |
1886 | 2024-08-12T20:38:01.917Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8425dcda7e3d3aa3 -C extra-filename=-8425dcda7e3d3aa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1887 | 2024-08-12T20:38:02.099Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.205/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=22ef41cdd9d4b24b -C extra-filename=-22ef41cdd9d4b24b --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-78580edbccf03e34.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)'` |
1888 | 2024-08-12T20:38:02.126Z | Dirty tracing v0.1.40: the rustflags changed |
1889 | 2024-08-12T20:38:02.126Z | Compiling tracing v0.1.40 |
1890 | 2024-08-12T20:38:02.129Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=00cedb049ec16d58 -C extra-filename=-00cedb049ec16d58 --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-46cf9439802ec3f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-75a93575ac27a528.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-adeb21224cd93e5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1891 | 2024-08-12T20:38:02.129Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-15411073692bfeba/build-script-build` |
1892 | 2024-08-12T20:38:02.417Z | Dirty mime v0.3.17: the rustflags changed |
1893 | 2024-08-12T20:38:02.417Z | Compiling mime v0.3.17 |
1894 | 2024-08-12T20:38:02.420Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74bdd973ffb0df66 -C extra-filename=-74bdd973ffb0df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1895 | 2024-08-12T20:38:02.621Z | Dirty ipnet v2.9.0: the rustflags changed |
1896 | 2024-08-12T20:38:02.621Z | Compiling ipnet v2.9.0 |
1897 | 2024-08-12T20:38:02.624Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=7e28ccd96dc058f1 -C extra-filename=-7e28ccd96dc058f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1898 | 2024-08-12T20:38:02.851Z | Dirty crossbeam-utils v0.8.19: the rustflags changed |
1899 | 2024-08-12T20:38:02.851Z | Compiling crossbeam-utils v0.8.19 |
1900 | 2024-08-12T20:38:02.854Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c614866a1ad12207 -C extra-filename=-c614866a1ad12207 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1901 | 2024-08-12T20:38:03.060Z | Dirty ucd-trie v0.1.6: the rustflags changed |
1902 | 2024-08-12T20:38:03.060Z | Compiling ucd-trie v0.1.6 |
1903 | 2024-08-12T20:38:03.062Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aadd2b25afa3c353 -C extra-filename=-aadd2b25afa3c353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1904 | 2024-08-12T20:38:03.282Z | Dirty native-tls v0.2.11: the rustflags changed |
1905 | 2024-08-12T20:38:03.283Z | Compiling native-tls v0.2.11 |
1906 | 2024-08-12T20:38:03.287Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf90cf2c6b0283f2 -C extra-filename=-cf90cf2c6b0283f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1907 | 2024-08-12T20:38:03.553Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build` |
1908 | 2024-08-12T20:38:03.579Z | Dirty utf8parse v0.2.1: the rustflags changed |
1909 | 2024-08-12T20:38:03.579Z | Compiling utf8parse v0.2.1 |
1910 | 2024-08-12T20:38:03.582Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=da51f585a387d022 -C extra-filename=-da51f585a387d022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1911 | 2024-08-12T20:38:03.673Z | Dirty rustls v0.21.12: the rustflags changed |
1912 | 2024-08-12T20:38:03.673Z | Compiling rustls v0.21.12 |
1913 | 2024-08-12T20:38:03.676Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=cc7004d78b197d5b -C extra-filename=-cc7004d78b197d5b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1914 | 2024-08-12T20:38:03.721Z | Dirty winnow v0.5.40: the rustflags changed |
1915 | 2024-08-12T20:38:03.721Z | Compiling winnow v0.5.40 |
1916 | 2024-08-12T20:38:03.724Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bbbcfac9a5ddaa19 -C extra-filename=-bbbcfac9a5ddaa19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1917 | 2024-08-12T20:38:03.746Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build` |
1918 | 2024-08-12T20:38:03.765Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6f3b480f63e334a5 -C extra-filename=-6f3b480f63e334a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1919 | 2024-08-12T20:38:03.789Z | Dirty pest v2.7.10: the rustflags changed |
1920 | 2024-08-12T20:38:03.789Z | Compiling pest v2.7.10 |
1921 | 2024-08-12T20:38:03.792Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=03fc5ab4268b7a08 -C extra-filename=-03fc5ab4268b7a08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-aadd2b25afa3c353.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1922 | 2024-08-12T20:38:04.004Z | Dirty addr2line v0.21.0: the rustflags changed |
1923 | 2024-08-12T20:38:04.004Z | Compiling addr2line v0.21.0 |
1924 | 2024-08-12T20:38:04.008Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=c07277663cfdc1d0 -C extra-filename=-c07277663cfdc1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-1eda159745dc50fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1925 | 2024-08-12T20:38:04.633Z | Dirty futures-executor v0.3.30: the rustflags changed |
1926 | 2024-08-12T20:38:04.633Z | Compiling futures-executor v0.3.30 |
1927 | 2024-08-12T20:38:04.637Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.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=ddefdeaccf862fab -C extra-filename=-ddefdeaccf862fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1928 | 2024-08-12T20:38:04.718Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b/build-script-build` |
1929 | 2024-08-12T20:38:04.800Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
1930 | 2024-08-12T20:38:04.800Z | Compiling pem-rfc7468 v0.7.0 |
1931 | 2024-08-12T20:38:04.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e6975d27c0797841 -C extra-filename=-e6975d27c0797841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1932 | 2024-08-12T20:38:04.920Z | Dirty futures v0.3.30: the rustflags changed |
1933 | 2024-08-12T20:38:04.920Z | Compiling futures v0.3.30 |
1934 | 2024-08-12T20:38:04.923Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=a32e69c3bb020342 -C extra-filename=-a32e69c3bb020342 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ddefdeaccf862fab.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1935 | 2024-08-12T20:38:05.020Z | Dirty rustls-webpki v0.101.7: the rustflags changed |
1936 | 2024-08-12T20:38:05.020Z | Compiling rustls-webpki v0.101.7 |
1937 | 2024-08-12T20:38:05.023Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=de085cd2e78def73 -C extra-filename=-de085cd2e78def73 --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-b61923086b86499a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
1938 | 2024-08-12T20:38:05.045Z | Dirty sct v0.7.1: the rustflags changed |
1939 | 2024-08-12T20:38:05.045Z | Compiling sct v0.7.1 |
1940 | 2024-08-12T20:38:05.048Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32cc6cf230aec2d4 -C extra-filename=-32cc6cf230aec2d4 --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-b61923086b86499a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
1941 | 2024-08-12T20:38:05.263Z | Dirty der_derive v0.7.2: the rustflags changed |
1942 | 2024-08-12T20:38:05.263Z | Compiling der_derive v0.7.2 |
1943 | 2024-08-12T20:38:05.265Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=518464380ad856e7 -C extra-filename=-518464380ad856e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1944 | 2024-08-12T20:38:05.365Z | Dirty cookie v0.17.0: the rustflags changed |
1945 | 2024-08-12T20:38:05.365Z | Compiling cookie v0.17.0 |
1946 | 2024-08-12T20:38:05.368Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=f9006c4f2b124dac -C extra-filename=-f9006c4f2b124dac --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1947 | 2024-08-12T20:38:05.555Z | Dirty flagset v0.4.5: the rustflags changed |
1948 | 2024-08-12T20:38:05.555Z | Compiling flagset v0.4.5 |
1949 | 2024-08-12T20:38:05.558Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=881d334f1a3d1211 -C extra-filename=-881d334f1a3d1211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1950 | 2024-08-12T20:38:05.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac/build-script-build` |
1951 | 2024-08-12T20:38:05.768Z | Dirty scroll_derive v0.12.0: the rustflags changed |
1952 | 2024-08-12T20:38:05.768Z | Compiling scroll_derive v0.12.0 |
1953 | 2024-08-12T20:38:05.771Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f5a494cc6bdeabdc -C extra-filename=-f5a494cc6bdeabdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1954 | 2024-08-12T20:38:05.815Z | Dirty idna v0.3.0: the rustflags changed |
1955 | 2024-08-12T20:38:05.815Z | Compiling idna v0.3.0 |
1956 | 2024-08-12T20:38:05.818Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10e850573a39292b -C extra-filename=-10e850573a39292b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1957 | 2024-08-12T20:38:06.825Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=73df589b5dafa436 -C extra-filename=-73df589b5dafa436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-c07277663cfdc1d0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0754261838d72f08.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-28740f4d46b8b6dd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6a6a1eb2bce4c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1958 | 2024-08-12T20:38:06.932Z | Dirty pest_meta v2.7.10: the rustflags changed |
1959 | 2024-08-12T20:38:06.932Z | Compiling pest_meta v2.7.10 |
1960 | 2024-08-12T20:38:06.935Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=aa967c6afe476c16 -C extra-filename=-aa967c6afe476c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-03fc5ab4268b7a08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1961 | 2024-08-12T20:38:07.404Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=b830bd4d7ee1a50b -C extra-filename=-b830bd4d7ee1a50b --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-46cf9439802ec3f9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de085cd2e78def73.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-32cc6cf230aec2d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
1962 | 2024-08-12T20:38:07.429Z | Dirty encoding_rs v0.8.34: the rustflags changed |
1963 | 2024-08-12T20:38:07.429Z | Compiling encoding_rs v0.8.34 |
1964 | 2024-08-12T20:38:07.435Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=036e08876869b21a -C extra-filename=-036e08876869b21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1965 | 2024-08-12T20:38:07.449Z | Dirty psl-types v2.0.11: the rustflags changed |
1966 | 2024-08-12T20:38:07.449Z | Compiling psl-types v2.0.11 |
1967 | 2024-08-12T20:38:07.459Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f6e6f689f08928b -C extra-filename=-4f6e6f689f08928b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1968 | 2024-08-12T20:38:07.648Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.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=b360f7d9393c22fc -C extra-filename=-b360f7d9393c22fc --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-73df589b5dafa436.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)'` |
1969 | 2024-08-12T20:38:07.753Z | Dirty anstyle v1.0.8: the rustflags changed |
1970 | 2024-08-12T20:38:07.753Z | Compiling anstyle v1.0.8 |
1971 | 2024-08-12T20:38:07.756Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f69afcb50accdb -C extra-filename=-43f69afcb50accdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1972 | 2024-08-12T20:38:07.949Z | Dirty der v0.7.9: the rustflags changed |
1973 | 2024-08-12T20:38:07.949Z | Compiling der v0.7.9 |
1974 | 2024-08-12T20:38:07.953Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=2e2246a80907230e -C extra-filename=-2e2246a80907230e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-518464380ad856e7.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-881d334f1a3d1211.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1975 | 2024-08-12T20:38:08.208Z | Dirty bytes v1.7.1: the rustflags changed |
1976 | 2024-08-12T20:38:08.208Z | Compiling bytes v1.7.1 |
1977 | 2024-08-12T20:38:08.214Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=77180ecea8364755 -C extra-filename=-77180ecea8364755 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1978 | 2024-08-12T20:38:08.479Z | Dirty bitflags v2.6.0: the rustflags changed |
1979 | 2024-08-12T20:38:08.479Z | Compiling bitflags v2.6.0 |
1980 | 2024-08-12T20:38:08.482Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=555b6489c82c47dd -C extra-filename=-555b6489c82c47dd --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1981 | 2024-08-12T20:38:08.532Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.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=3f1221c35a75cbcd -C extra-filename=-3f1221c35a75cbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.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)'` |
1982 | 2024-08-12T20:38:08.948Z | Dirty indexmap v2.3.0: the rustflags changed |
1983 | 2024-08-12T20:38:08.948Z | Compiling indexmap v2.3.0 |
1984 | 2024-08-12T20:38:08.952Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--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=e9de332ec394b033 -C extra-filename=-e9de332ec394b033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-8d0ebed4a536b088.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e9c0c75a0b28a83e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1985 | 2024-08-12T20:38:09.705Z | Dirty tokio v1.38.1: the rustflags changed |
1986 | 2024-08-12T20:38:09.705Z | Compiling tokio v1.38.1 |
1987 | 2024-08-12T20:38:09.731Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.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=5efe824964e20df3 -C extra-filename=-5efe824964e20df3 --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-77180ecea8364755.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-efde18f6370b8182.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-90f25099cdb1b5e6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7cd36908938d7e4c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1988 | 2024-08-12T20:38:10.297Z | Dirty chrono v0.4.38: the rustflags changed |
1989 | 2024-08-12T20:38:10.297Z | Compiling chrono v0.4.38 |
1990 | 2024-08-12T20:38:10.300Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=293757568803e346 -C extra-filename=-293757568803e346 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-e4234c30fefa5b8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1991 | 2024-08-12T20:38:10.536Z | Dirty uuid v1.10.0: the rustflags changed |
1992 | 2024-08-12T20:38:10.536Z | Compiling uuid v1.10.0 |
1993 | 2024-08-12T20:38:10.543Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=0884eddc47f7c147 -C extra-filename=-0884eddc47f7c147 --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-f17162317cb3b488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1994 | 2024-08-12T20:38:11.279Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=985eb45a24676635 -C extra-filename=-985eb45a24676635 --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-22ef41cdd9d4b24b.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)'` |
1995 | 2024-08-12T20:38:11.655Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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=4d32815ba64fa28f -C extra-filename=-4d32815ba64fa28f --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-555b6489c82c47dd.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-20b45d248da772ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
1996 | 2024-08-12T20:38:11.887Z | Dirty http v0.2.12: the rustflags changed |
1997 | 2024-08-12T20:38:11.887Z | Compiling http v0.2.12 |
1998 | 2024-08-12T20:38:11.891Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98c0ff5d1f9ce12e -C extra-filename=-98c0ff5d1f9ce12e --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-77180ecea8364755.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
1999 | 2024-08-12T20:38:11.909Z | Dirty serde_spanned v0.6.7: the rustflags changed |
2000 | 2024-08-12T20:38:11.909Z | Compiling serde_spanned v0.6.7 |
2001 | 2024-08-12T20:38:11.909Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=25cc1182340a9c91 -C extra-filename=-25cc1182340a9c91 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2002 | 2024-08-12T20:38:11.986Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2003 | 2024-08-12T20:38:11.986Z | Compiling toml_datetime v0.6.8 |
2004 | 2024-08-12T20:38:11.989Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=97ecab3776e3e09b -C extra-filename=-97ecab3776e3e09b --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2005 | 2024-08-12T20:38:12.076Z | Dirty serde_tokenstream v0.2.1: the rustflags changed |
2006 | 2024-08-12T20:38:12.076Z | Compiling serde_tokenstream v0.2.1 |
2007 | 2024-08-12T20:38:12.079Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fbb5c6195bddc03b -C extra-filename=-fbb5c6195bddc03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2008 | 2024-08-12T20:38:12.137Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=01399f580acf6ce9 -C extra-filename=-01399f580acf6ce9 --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-555b6489c82c47dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8425dcda7e3d3aa3.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9869d6c52f6f1440.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)'` |
2009 | 2024-08-12T20:38:12.488Z | Dirty toml_edit v0.19.15: the rustflags changed |
2010 | 2024-08-12T20:38:12.488Z | Compiling toml_edit v0.19.15 |
2011 | 2024-08-12T20:38:12.491Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=c27d167504671958 -C extra-filename=-c27d167504671958 --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-e9de332ec394b033.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25cc1182340a9c91.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2012 | 2024-08-12T20:38:12.627Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=3509d175578bf5c2 -C extra-filename=-3509d175578bf5c2 --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-77180ecea8364755.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-c882dc5128881753.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2013 | 2024-08-12T20:38:14.056Z | Dirty http-body v0.4.6: the rustflags changed |
2014 | 2024-08-12T20:38:14.056Z | Compiling http-body v0.4.6 |
2015 | 2024-08-12T20:38:14.059Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=037ed1f355572e67 -C extra-filename=-037ed1f355572e67 --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-77180ecea8364755.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2016 | 2024-08-12T20:38:14.496Z | Dirty rustc_version v0.4.0: the rustflags changed |
2017 | 2024-08-12T20:38:14.496Z | Compiling rustc_version v0.4.0 |
2018 | 2024-08-12T20:38:14.500Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d8f19efc890c16b8 -C extra-filename=-d8f19efc890c16b8 --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-985eb45a24676635.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2019 | 2024-08-12T20:38:14.518Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2020 | 2024-08-12T20:38:14.518Z | Compiling serde_urlencoded v0.7.1 |
2021 | 2024-08-12T20:38:14.522Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6caed6184bf5d4dd -C extra-filename=-6caed6184bf5d4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2022 | 2024-08-12T20:38:14.647Z | Dirty spki v0.7.3: the rustflags changed |
2023 | 2024-08-12T20:38:14.647Z | Compiling spki v0.7.3 |
2024 | 2024-08-12T20:38:14.651Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=3ab41e75698ddea9 -C extra-filename=-3ab41e75698ddea9 --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-2e2246a80907230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2025 | 2024-08-12T20:38:15.051Z | Dirty pest_generator v2.7.10: the rustflags changed |
2026 | 2024-08-12T20:38:15.052Z | Compiling pest_generator v2.7.10 |
2027 | 2024-08-12T20:38:15.057Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d4d130abb81599c6 -C extra-filename=-d4d130abb81599c6 --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-03fc5ab4268b7a08.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-aa967c6afe476c16.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2028 | 2024-08-12T20:38:15.096Z | Dirty publicsuffix v2.2.3: the rustflags changed |
2029 | 2024-08-12T20:38:15.096Z | Compiling publicsuffix v2.2.3 |
2030 | 2024-08-12T20:38:15.102Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=f266276591515350 -C extra-filename=-f266276591515350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10e850573a39292b.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4f6e6f689f08928b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2031 | 2024-08-12T20:38:15.319Z | Dirty scroll v0.12.0: the rustflags changed |
2032 | 2024-08-12T20:38:15.319Z | Compiling scroll v0.12.0 |
2033 | 2024-08-12T20:38:15.356Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=491285b2a9636007 -C extra-filename=-491285b2a9636007 --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-f5a494cc6bdeabdc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2034 | 2024-08-12T20:38:15.359Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=cf1ac0489e90402a -C extra-filename=-cf1ac0489e90402a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2035 | 2024-08-12T20:38:15.917Z | Dirty data-encoding v2.6.0: the rustflags changed |
2036 | 2024-08-12T20:38:15.918Z | Compiling data-encoding v2.6.0 |
2037 | 2024-08-12T20:38:15.928Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cd98acc801d35958 -C extra-filename=-cd98acc801d35958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2038 | 2024-08-12T20:38:16.466Z | Dirty plain v0.2.3: the rustflags changed |
2039 | 2024-08-12T20:38:16.466Z | Compiling plain v0.2.3 |
2040 | 2024-08-12T20:38:16.469Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a3ece633e1d4183 -C extra-filename=-7a3ece633e1d4183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2041 | 2024-08-12T20:38:16.487Z | Dirty cookie_store v0.20.0: the rustflags changed |
2042 | 2024-08-12T20:38:16.487Z | Compiling cookie_store v0.20.0 |
2043 | 2024-08-12T20:38:16.489Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=f05058f02940fd33 -C extra-filename=-f05058f02940fd33 --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-cf1ac0489e90402a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10e850573a39292b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2044 | 2024-08-12T20:38:16.510Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2045 | 2024-08-12T20:38:16.510Z | Compiling openapiv3 v2.0.0 |
2046 | 2024-08-12T20:38:16.513Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=4b65a55a4f21cc04 -C extra-filename=-4b65a55a4f21cc04 --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-e9de332ec394b033.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2047 | 2024-08-12T20:38:16.623Z | Dirty goblin v0.8.2: the rustflags changed |
2048 | 2024-08-12T20:38:16.623Z | Compiling goblin v0.8.2 |
2049 | 2024-08-12T20:38:16.626Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=4c3728888a0bcd42 -C extra-filename=-4c3728888a0bcd42 --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-46cf9439802ec3f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-491285b2a9636007.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2050 | 2024-08-12T20:38:17.050Z | Dirty pest_derive v2.7.10: the rustflags changed |
2051 | 2024-08-12T20:38:17.050Z | Compiling pest_derive v2.7.10 |
2052 | 2024-08-12T20:38:17.053Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=a9b0852b4af2ff69 -C extra-filename=-a9b0852b4af2ff69 --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-03fc5ab4268b7a08.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-d4d130abb81599c6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2053 | 2024-08-12T20:38:18.036Z | Dirty tokio-util v0.7.11: the rustflags changed |
2054 | 2024-08-12T20:38:18.036Z | Compiling tokio-util v0.7.11 |
2055 | 2024-08-12T20:38:18.038Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=6f4ea60ddd300e5b -C extra-filename=-6f4ea60ddd300e5b --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-77180ecea8364755.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2056 | 2024-08-12T20:38:18.077Z | Dirty tokio-rustls v0.24.1: the rustflags changed |
2057 | 2024-08-12T20:38:18.077Z | Compiling tokio-rustls v0.24.1 |
2058 | 2024-08-12T20:38:18.081Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=458fb25be6936ac0 -C extra-filename=-458fb25be6936ac0 --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-b830bd4d7ee1a50b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2059 | 2024-08-12T20:38:18.259Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=fc66615da3c05ed8 -C extra-filename=-fc66615da3c05ed8 --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-46cf9439802ec3f9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9869d6c52f6f1440.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` |
2060 | 2024-08-12T20:38:18.486Z | Dirty rustls-pemfile v1.0.4: the rustflags changed |
2061 | 2024-08-12T20:38:18.486Z | Compiling rustls-pemfile v1.0.4 |
2062 | 2024-08-12T20:38:18.489Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef67309bf96e0f1b -C extra-filename=-ef67309bf96e0f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2063 | 2024-08-12T20:38:18.870Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2064 | 2024-08-12T20:38:18.870Z | Compiling tokio-native-tls v0.3.1 |
2065 | 2024-08-12T20:38:18.895Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=103ed8233c94708a -C extra-filename=-103ed8233c94708a --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-fc66615da3c05ed8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2066 | 2024-08-12T20:38:18.931Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2067 | 2024-08-12T20:38:18.931Z | Compiling usdt-impl v0.5.0 |
2068 | 2024-08-12T20:38:18.936Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=6caa4c31d5230c97 -C extra-filename=-6caa4c31d5230c97 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2069 | 2024-08-12T20:38:19.150Z | Dirty h2 v0.3.26: the rustflags changed |
2070 | 2024-08-12T20:38:19.150Z | Compiling h2 v0.3.26 |
2071 | 2024-08-12T20:38:19.155Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=c4eb749ac0aad23f -C extra-filename=-c4eb749ac0aad23f --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-77180ecea8364755.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2072 | 2024-08-12T20:38:19.367Z | Dirty pretty-hex v0.4.1: the rustflags changed |
2073 | 2024-08-12T20:38:19.367Z | Compiling pretty-hex v0.4.1 |
2074 | 2024-08-12T20:38:19.395Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=966337b29a6969eb -C extra-filename=-966337b29a6969eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2075 | 2024-08-12T20:38:19.434Z | Dirty sync_wrapper v0.1.2: the rustflags changed |
2076 | 2024-08-12T20:38:19.434Z | Compiling sync_wrapper v0.1.2 |
2077 | 2024-08-12T20:38:19.439Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=12c43cd70bd8ae58 -C extra-filename=-12c43cd70bd8ae58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2078 | 2024-08-12T20:38:19.572Z | Dirty webpki-roots v0.25.4: the rustflags changed |
2079 | 2024-08-12T20:38:19.572Z | Compiling webpki-roots v0.25.4 |
2080 | 2024-08-12T20:38:19.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81f0f128de5a591f -C extra-filename=-81f0f128de5a591f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2081 | 2024-08-12T20:38:19.591Z | Dirty bitflags v1.3.2: the rustflags changed |
2082 | 2024-08-12T20:38:19.591Z | Compiling bitflags v1.3.2 |
2083 | 2024-08-12T20:38:19.595Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e992fadcca1ed6f2 -C extra-filename=-e992fadcca1ed6f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2084 | 2024-08-12T20:38:19.699Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build` |
2085 | 2024-08-12T20:38:19.779Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
2086 | 2024-08-12T20:38:19.779Z | Compiling dtrace-parser v0.2.0 |
2087 | 2024-08-12T20:38:19.784Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6234eea1734a6efe -C extra-filename=-6234eea1734a6efe --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-03fc5ab4268b7a08.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-a9b0852b4af2ff69.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2088 | 2024-08-12T20:38:19.850Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2089 | 2024-08-12T20:38:19.850Z | Compiling pkcs8 v0.10.2 |
2090 | 2024-08-12T20:38:19.853Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=12eceb7963aa19ce -C extra-filename=-12eceb7963aa19ce --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-2e2246a80907230e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3ab41e75698ddea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2091 | 2024-08-12T20:38:20.415Z | Dirty anstyle-parse v0.2.4: the rustflags changed |
2092 | 2024-08-12T20:38:20.415Z | Compiling anstyle-parse v0.2.4 |
2093 | 2024-08-12T20:38:20.427Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3b44f6743e0c3e26 -C extra-filename=-3b44f6743e0c3e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2094 | 2024-08-12T20:38:20.526Z | Dirty hmac v0.12.1: the rustflags changed |
2095 | 2024-08-12T20:38:20.526Z | Compiling hmac v0.12.1 |
2096 | 2024-08-12T20:38:20.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=e0d08ebeaf39cd00 -C extra-filename=-e0d08ebeaf39cd00 --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-063d0c2469814ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2097 | 2024-08-12T20:38:20.740Z | Dirty sha2 v0.10.8: the rustflags changed |
2098 | 2024-08-12T20:38:20.740Z | Compiling sha2 v0.10.8 |
2099 | 2024-08-12T20:38:20.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=68c21280888abba0 -C extra-filename=-68c21280888abba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2100 | 2024-08-12T20:38:20.785Z | Dirty thread-id v4.2.1: the rustflags changed |
2101 | 2024-08-12T20:38:20.785Z | Compiling thread-id v4.2.1 |
2102 | 2024-08-12T20:38:20.788Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2a72ebdad68727f -C extra-filename=-b2a72ebdad68727f --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2103 | 2024-08-12T20:38:20.897Z | Dirty is_terminal_polyfill v1.70.0: the rustflags changed |
2104 | 2024-08-12T20:38:20.897Z | Compiling is_terminal_polyfill v1.70.0 |
2105 | 2024-08-12T20:38:20.902Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f3c92807fdf7406 -C extra-filename=-5f3c92807fdf7406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2106 | 2024-08-12T20:38:20.989Z | Dirty bit-vec v0.6.3: the rustflags changed |
2107 | 2024-08-12T20:38:20.989Z | Compiling bit-vec v0.6.3 |
2108 | 2024-08-12T20:38:20.999Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=a4c480c9db0b285d -C extra-filename=-a4c480c9db0b285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2109 | 2024-08-12T20:38:21.017Z | Dirty colorchoice v1.0.1: the rustflags changed |
2110 | 2024-08-12T20:38:21.017Z | Compiling colorchoice v1.0.1 |
2111 | 2024-08-12T20:38:21.020Z | Dirty anstyle-query v1.0.3: the rustflags changed |
2112 | 2024-08-12T20:38:21.020Z | Compiling anstyle-query v1.0.3 |
2113 | 2024-08-12T20:38:21.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6a6e3d912aec48d -C extra-filename=-f6a6e3d912aec48d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2114 | 2024-08-12T20:38:21.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10a2c3e65098f959 -C extra-filename=-10a2c3e65098f959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2115 | 2024-08-12T20:38:21.180Z | Dirty anstream v0.6.14: the rustflags changed |
2116 | 2024-08-12T20:38:21.180Z | Compiling anstream v0.6.14 |
2117 | 2024-08-12T20:38:21.183Z | Dirty terminal_size v0.3.0: the rustflags changed |
2118 | 2024-08-12T20:38:21.183Z | Compiling terminal_size v0.3.0 |
2119 | 2024-08-12T20:38:21.184Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=384c2475a46f47da -C extra-filename=-384c2475a46f47da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3b44f6743e0c3e26.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-10a2c3e65098f959.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6a6e3d912aec48d.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-5f3c92807fdf7406.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2120 | 2024-08-12T20:38:21.184Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0a2ee7a39b343b3 -C extra-filename=-c0a2ee7a39b343b3 --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-4d32815ba64fa28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2121 | 2024-08-12T20:38:21.371Z | Dirty num-integer v0.1.46: the rustflags changed |
2122 | 2024-08-12T20:38:21.371Z | Compiling num-integer v0.1.46 |
2123 | 2024-08-12T20:38:21.375Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8d0b37c8c3e1862e -C extra-filename=-8d0b37c8c3e1862e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2124 | 2024-08-12T20:38:21.440Z | Dirty crc32fast v1.4.0: the rustflags changed |
2125 | 2024-08-12T20:38:21.440Z | Compiling crc32fast v1.4.0 |
2126 | 2024-08-12T20:38:21.446Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=37021511ff531a57 -C extra-filename=-37021511ff531a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2127 | 2024-08-12T20:38:21.918Z | Dirty clap_lex v0.7.0: the rustflags changed |
2128 | 2024-08-12T20:38:21.918Z | Compiling clap_lex v0.7.0 |
2129 | 2024-08-12T20:38:21.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e1b078fd504755b -C extra-filename=-4e1b078fd504755b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2130 | 2024-08-12T20:38:21.965Z | Dirty block-padding v0.3.3: the rustflags changed |
2131 | 2024-08-12T20:38:21.965Z | Compiling block-padding v0.3.3 |
2132 | 2024-08-12T20:38:21.969Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d7aa388dfe080b41 -C extra-filename=-d7aa388dfe080b41 --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-06f3d453e5019bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2133 | 2024-08-12T20:38:22.018Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build` |
2134 | 2024-08-12T20:38:22.089Z | Dirty clap_derive v4.5.13: the rustflags changed |
2135 | 2024-08-12T20:38:22.089Z | Compiling clap_derive v4.5.13 |
2136 | 2024-08-12T20:38:22.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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=0625822d9bb2af40 -C extra-filename=-0625822d9bb2af40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2137 | 2024-08-12T20:38:22.144Z | Dirty unicode-segmentation v1.11.0: the rustflags changed |
2138 | 2024-08-12T20:38:22.144Z | Compiling unicode-segmentation v1.11.0 |
2139 | 2024-08-12T20:38:22.147Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d809c6274b019e58 -C extra-filename=-d809c6274b019e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2140 | 2024-08-12T20:38:22.217Z | Dirty clap_builder v4.5.13: the rustflags changed |
2141 | 2024-08-12T20:38:22.217Z | Compiling clap_builder v4.5.13 |
2142 | 2024-08-12T20:38:22.220Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=84a8bf1043ce72d8 -C extra-filename=-84a8bf1043ce72d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-384c2475a46f47da.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-4e1b078fd504755b.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-c0a2ee7a39b343b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2143 | 2024-08-12T20:38:22.441Z | Dirty dof v0.3.0: the rustflags changed |
2144 | 2024-08-12T20:38:22.441Z | Compiling dof v0.3.0 |
2145 | 2024-08-12T20:38:22.444Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=0c0d68b45a904103 -C extra-filename=-0c0d68b45a904103 --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-4c3728888a0bcd42.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2146 | 2024-08-12T20:38:22.961Z | Dirty base64 v0.22.1: the rustflags changed |
2147 | 2024-08-12T20:38:22.961Z | Compiling base64 v0.22.1 |
2148 | 2024-08-12T20:38:22.965Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2da632077f49dfb6 -C extra-filename=-2da632077f49dfb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2149 | 2024-08-12T20:38:23.751Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=e4299a72a38a2060 -C extra-filename=-e4299a72a38a2060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0c0d68b45a904103.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-6234eea1734a6efe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b2a72ebdad68727f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2150 | 2024-08-12T20:38:24.326Z | Dirty inout v0.1.3: the rustflags changed |
2151 | 2024-08-12T20:38:24.326Z | Compiling inout v0.1.3 |
2152 | 2024-08-12T20:38:24.329Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=dd42de12cc7fdef5 -C extra-filename=-dd42de12cc7fdef5 --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-d7aa388dfe080b41.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2153 | 2024-08-12T20:38:24.613Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=9ba8c9fbacf692c5 -C extra-filename=-9ba8c9fbacf692c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86` |
2154 | 2024-08-12T20:38:24.631Z | Dirty memmap v0.7.0: the rustflags changed |
2155 | 2024-08-12T20:38:24.631Z | Compiling memmap v0.7.0 |
2156 | 2024-08-12T20:38:24.646Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f99c80673a53f2a1 -C extra-filename=-f99c80673a53f2a1 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2157 | 2024-08-12T20:38:24.966Z | Dirty siphasher v0.3.11: the rustflags changed |
2158 | 2024-08-12T20:38:24.966Z | Compiling siphasher v0.3.11 |
2159 | 2024-08-12T20:38:24.970Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4d9b4c4f3cdb6951 -C extra-filename=-4d9b4c4f3cdb6951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2160 | 2024-08-12T20:38:24.989Z | Dirty cipher v0.4.4: the rustflags changed |
2161 | 2024-08-12T20:38:24.989Z | Compiling cipher v0.4.4 |
2162 | 2024-08-12T20:38:24.994Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=9da461196dc56fff -C extra-filename=-9da461196dc56fff --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-767c05c3324991c7.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd42de12cc7fdef5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2163 | 2024-08-12T20:38:25.016Z | Dirty hex v0.4.3: the rustflags changed |
2164 | 2024-08-12T20:38:25.016Z | Compiling hex v0.4.3 |
2165 | 2024-08-12T20:38:25.021Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cc6b2a3dd9dcdc29 -C extra-filename=-cc6b2a3dd9dcdc29 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2166 | 2024-08-12T20:38:25.328Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
2167 | 2024-08-12T20:38:25.328Z | Compiling crossbeam-epoch v0.9.18 |
2168 | 2024-08-12T20:38:25.331Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=c305da7ac85d23b9 -C extra-filename=-c305da7ac85d23b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2169 | 2024-08-12T20:38:25.347Z | Dirty itertools v0.10.5: the rustflags changed |
2170 | 2024-08-12T20:38:25.347Z | Compiling itertools v0.10.5 |
2171 | 2024-08-12T20:38:25.347Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=197a32e1da667e01 -C extra-filename=-197a32e1da667e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2172 | 2024-08-12T20:38:25.513Z | Dirty winnow v0.6.18: the rustflags changed |
2173 | 2024-08-12T20:38:25.513Z | Compiling winnow v0.6.18 |
2174 | 2024-08-12T20:38:25.530Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=19ea7df69bd3fb83 -C extra-filename=-19ea7df69bd3fb83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2175 | 2024-08-12T20:38:25.643Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2176 | 2024-08-12T20:38:25.643Z | Compiling stable_deref_trait v1.2.0 |
2177 | 2024-08-12T20:38:25.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8344a76eab0acab -C extra-filename=-d8344a76eab0acab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2178 | 2024-08-12T20:38:25.751Z | Dirty bit-set v0.5.3: the rustflags changed |
2179 | 2024-08-12T20:38:25.751Z | Compiling bit-set v0.5.3 |
2180 | 2024-08-12T20:38:25.754Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f27c634c8e28190b -C extra-filename=-f27c634c8e28190b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2181 | 2024-08-12T20:38:26.044Z | Dirty hyper v0.14.30: the rustflags changed |
2182 | 2024-08-12T20:38:26.044Z | Compiling hyper v0.14.30 |
2183 | 2024-08-12T20:38:26.046Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=7d2295e98a416c15 -C extra-filename=-7d2295e98a416c15 --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-77180ecea8364755.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c4eb749ac0aad23f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-037ed1f355572e67.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2184 | 2024-08-12T20:38:26.093Z | Dirty ff v0.13.0: the rustflags changed |
2185 | 2024-08-12T20:38:26.093Z | Compiling ff v0.13.0 |
2186 | 2024-08-12T20:38:26.096Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=67b43136652833d4 -C extra-filename=-67b43136652833d4 --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-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2187 | 2024-08-12T20:38:26.330Z | Dirty base16ct v0.2.0: the rustflags changed |
2188 | 2024-08-12T20:38:26.330Z | Compiling base16ct v0.2.0 |
2189 | 2024-08-12T20:38:26.333Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f1815429b9cc9059 -C extra-filename=-f1815429b9cc9059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2024-08-12T20:38:26.683Z | Dirty sec1 v0.7.3: the rustflags changed |
2191 | 2024-08-12T20:38:26.683Z | Compiling sec1 v0.7.3 |
2192 | 2024-08-12T20:38:26.686Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=fdfab924144d7b9b -C extra-filename=-fdfab924144d7b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-12eceb7963aa19ce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2193 | 2024-08-12T20:38:27.188Z | Dirty usdt-macro v0.5.0: the rustflags changed |
2194 | 2024-08-12T20:38:27.188Z | Compiling usdt-macro v0.5.0 |
2195 | 2024-08-12T20:38:27.207Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=12323d3b049f74bb -C extra-filename=-12323d3b049f74bb --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-6234eea1734a6efe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2196 | 2024-08-12T20:38:27.256Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
2197 | 2024-08-12T20:38:27.284Z | Compiling usdt-attr-macro v0.5.0 |
2198 | 2024-08-12T20:38:27.284Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=2a59593252486a08 -C extra-filename=-2a59593252486a08 --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-6234eea1734a6efe.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2199 | 2024-08-12T20:38:27.299Z | Dirty clap v4.5.13: the rustflags changed |
2200 | 2024-08-12T20:38:27.299Z | Compiling clap v4.5.13 |
2201 | 2024-08-12T20:38:27.303Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=fa09169dd1be9910 -C extra-filename=-fa09169dd1be9910 --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-84a8bf1043ce72d8.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-0625822d9bb2af40.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2202 | 2024-08-12T20:38:27.417Z | Dirty group v0.13.0: the rustflags changed |
2203 | 2024-08-12T20:38:27.418Z | Compiling group v0.13.0 |
2204 | 2024-08-12T20:38:27.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=5047b6f58b65ac8a -C extra-filename=-5047b6f58b65ac8a --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-67b43136652833d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2205 | 2024-08-12T20:38:27.754Z | Dirty flate2 v1.0.31: the rustflags changed |
2206 | 2024-08-12T20:38:27.754Z | Compiling flate2 v1.0.31 |
2207 | 2024-08-12T20:38:27.759Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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=725dd47f885197a3 -C extra-filename=-725dd47f885197a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0754261838d72f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2208 | 2024-08-12T20:38:28.307Z | Dirty hkdf v0.12.4: the rustflags changed |
2209 | 2024-08-12T20:38:28.307Z | Compiling hkdf v0.12.4 |
2210 | 2024-08-12T20:38:28.311Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a6304f9c79d40bae -C extra-filename=-a6304f9c79d40bae --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-e0d08ebeaf39cd00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2211 | 2024-08-12T20:38:28.579Z | Dirty toml v0.7.8: the rustflags changed |
2212 | 2024-08-12T20:38:28.579Z | Compiling toml v0.7.8 |
2213 | 2024-08-12T20:38:28.584Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=f426058cb4968a93 -C extra-filename=-f426058cb4968a93 --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-22ef41cdd9d4b24b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25cc1182340a9c91.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c27d167504671958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2214 | 2024-08-12T20:38:28.716Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
2215 | 2024-08-12T20:38:28.716Z | Compiling crypto-bigint v0.5.5 |
2216 | 2024-08-12T20:38:28.720Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=121661dfb182cc96 -C extra-filename=-121661dfb182cc96 --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-06f3d453e5019bde.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2217 | 2024-08-12T20:38:28.964Z | Dirty toml_edit v0.22.20: the rustflags changed |
2218 | 2024-08-12T20:38:28.964Z | Compiling toml_edit v0.22.20 |
2219 | 2024-08-12T20:38:28.967Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=45c0e0e78f13fae3 -C extra-filename=-45c0e0e78f13fae3 --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-e9de332ec394b033.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25cc1182340a9c91.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2220 | 2024-08-12T20:38:29.171Z | Dirty usdt v0.5.0: the rustflags changed |
2221 | 2024-08-12T20:38:29.171Z | Compiling usdt v0.5.0 |
2222 | 2024-08-12T20:38:29.174Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=aa8b113d2a300271 -C extra-filename=-aa8b113d2a300271 --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-0c0d68b45a904103.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-6234eea1734a6efe.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-4c3728888a0bcd42.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f99c80673a53f2a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-2a59593252486a08.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-12323d3b049f74bb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2223 | 2024-08-12T20:38:29.314Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
2224 | 2024-08-12T20:38:29.314Z | Compiling zerocopy-derive v0.6.6 |
2225 | 2024-08-12T20:38:29.317Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7b122e527b4100f8 -C extra-filename=-7b122e527b4100f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2226 | 2024-08-12T20:38:29.505Z | Dirty itertools v0.12.1: the rustflags changed |
2227 | 2024-08-12T20:38:29.505Z | Compiling itertools v0.12.1 |
2228 | 2024-08-12T20:38:29.509Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bb69c56d84ec7036 -C extra-filename=-bb69c56d84ec7036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2229 | 2024-08-12T20:38:29.642Z | Dirty managed v0.8.0: the rustflags changed |
2230 | 2024-08-12T20:38:29.642Z | Compiling managed v0.8.0 |
2231 | 2024-08-12T20:38:29.646Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=7ebffa2b30e78119 -C extra-filename=-7ebffa2b30e78119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2232 | 2024-08-12T20:38:30.084Z | Dirty signal-hook v0.3.17: the rustflags changed |
2233 | 2024-08-12T20:38:30.084Z | Compiling signal-hook v0.3.17 |
2234 | 2024-08-12T20:38:30.088Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=aa21692816cd7757 -C extra-filename=-aa21692816cd7757 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2235 | 2024-08-12T20:38:30.345Z | Dirty fixedbitset v0.4.2: the rustflags changed |
2236 | 2024-08-12T20:38:30.345Z | Compiling fixedbitset v0.4.2 |
2237 | 2024-08-12T20:38:30.348Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fda43baac4e8c7a6 -C extra-filename=-fda43baac4e8c7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2238 | 2024-08-12T20:38:30.448Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build` |
2239 | 2024-08-12T20:38:30.478Z | Dirty phf_shared v0.10.0: the rustflags changed |
2240 | 2024-08-12T20:38:30.478Z | Compiling phf_shared v0.10.0 |
2241 | 2024-08-12T20:38:30.481Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=3867a56396e61cad -C extra-filename=-3867a56396e61cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2242 | 2024-08-12T20:38:30.824Z | Dirty petgraph v0.6.5: the rustflags changed |
2243 | 2024-08-12T20:38:30.824Z | Compiling petgraph v0.6.5 |
2244 | 2024-08-12T20:38:30.828Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=9b45289e13f34c85 -C extra-filename=-9b45289e13f34c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2245 | 2024-08-12T20:38:30.899Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2246 | 2024-08-12T20:38:30.900Z | Compiling minimal-lexical v0.2.1 |
2247 | 2024-08-12T20:38:30.903Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=9a8e77c298b71cc5 -C extra-filename=-9a8e77c298b71cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2248 | 2024-08-12T20:38:31.409Z | Dirty unicode-xid v0.2.4: the rustflags changed |
2249 | 2024-08-12T20:38:31.410Z | Compiling unicode-xid v0.2.4 |
2250 | 2024-08-12T20:38:31.418Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=4a828090b584bc69 -C extra-filename=-4a828090b584bc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2251 | 2024-08-12T20:38:31.455Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
2252 | 2024-08-12T20:38:31.455Z | Compiling precomputed-hash v0.1.1 |
2253 | 2024-08-12T20:38:31.460Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe9d34962777373e -C extra-filename=-fe9d34962777373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2254 | 2024-08-12T20:38:31.572Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
2255 | 2024-08-12T20:38:31.572Z | Compiling new_debug_unreachable v1.0.6 |
2256 | 2024-08-12T20:38:31.576Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2da89dee01071d53 -C extra-filename=-2da89dee01071d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2257 | 2024-08-12T20:38:31.593Z | Dirty nom v7.1.3: the rustflags changed |
2258 | 2024-08-12T20:38:31.593Z | Compiling nom v7.1.3 |
2259 | 2024-08-12T20:38:31.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=19a28b98cd1da8cc -C extra-filename=-19a28b98cd1da8cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-9a8e77c298b71cc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2260 | 2024-08-12T20:38:31.677Z | Dirty string_cache v0.8.7: the rustflags changed |
2261 | 2024-08-12T20:38:31.677Z | Compiling string_cache v0.8.7 |
2262 | 2024-08-12T20:38:31.681Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=0bb620c5104812eb -C extra-filename=-0bb620c5104812eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-2da89dee01071d53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3867a56396e61cad.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fe9d34962777373e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2263 | 2024-08-12T20:38:31.784Z | Dirty zerocopy v0.6.6: the rustflags changed |
2264 | 2024-08-12T20:38:31.784Z | Compiling zerocopy v0.6.6 |
2265 | 2024-08-12T20:38:31.788Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=82d89f457fd2da7f -C extra-filename=-82d89f457fd2da7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7b122e527b4100f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2266 | 2024-08-12T20:38:32.149Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
2267 | 2024-08-12T20:38:32.149Z | Compiling elliptic-curve v0.13.8 |
2268 | 2024-08-12T20:38:32.152Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=ad0f084ebe1b7e9d -C extra-filename=-ad0f084ebe1b7e9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-121661dfb182cc96.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-12eceb7963aa19ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-fdfab924144d7b9b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2269 | 2024-08-12T20:38:32.603Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=473da805c9564881 -C extra-filename=-473da805c9564881 --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-2977f4e89cc8b9da.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-90f25099cdb1b5e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2270 | 2024-08-12T20:38:32.774Z | Dirty hyper-tls v0.5.0: the rustflags changed |
2271 | 2024-08-12T20:38:32.774Z | Compiling hyper-tls v0.5.0 |
2272 | 2024-08-12T20:38:32.777Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=70485fd85c714b7f -C extra-filename=-70485fd85c714b7f --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-77180ecea8364755.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fc66615da3c05ed8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-103ed8233c94708a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2273 | 2024-08-12T20:38:33.006Z | Dirty hyper-rustls v0.24.2: the rustflags changed |
2274 | 2024-08-12T20:38:33.006Z | Compiling hyper-rustls v0.24.2 |
2275 | 2024-08-12T20:38:33.017Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=e603bbb255f26f07 -C extra-filename=-e603bbb255f26f07 --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-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b830bd4d7ee1a50b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-458fb25be6936ac0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2276 | 2024-08-12T20:38:33.139Z | Dirty num-iter v0.1.45: the rustflags changed |
2277 | 2024-08-12T20:38:33.139Z | Compiling num-iter v0.1.45 |
2278 | 2024-08-12T20:38:33.143Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=1b50779845f357a9 -C extra-filename=-1b50779845f357a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2279 | 2024-08-12T20:38:33.448Z | Dirty reqwest v0.11.27: the rustflags changed |
2280 | 2024-08-12T20:38:33.448Z | Compiling reqwest v0.11.27 |
2281 | 2024-08-12T20:38:33.464Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=ec5bf655ce67d89c -C extra-filename=-ec5bf655ce67d89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-cf1ac0489e90402a.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-f05058f02940fd33.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c4eb749ac0aad23f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-037ed1f355572e67.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e603bbb255f26f07.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-70485fd85c714b7f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fc66615da3c05ed8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b830bd4d7ee1a50b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-103ed8233c94708a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-458fb25be6936ac0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-81f0f128de5a591f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2282 | 2024-08-12T20:38:33.465Z | Dirty static_assertions v1.1.0: the rustflags changed |
2283 | 2024-08-12T20:38:33.465Z | Compiling static_assertions v1.1.0 |
2284 | 2024-08-12T20:38:33.465Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0a062de836263b83 -C extra-filename=-0a062de836263b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2285 | 2024-08-12T20:38:33.488Z | Dirty matches v0.1.10: the rustflags changed |
2286 | 2024-08-12T20:38:33.488Z | Compiling matches v0.1.10 |
2287 | 2024-08-12T20:38:33.495Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c42a4b82e96c2465 -C extra-filename=-c42a4b82e96c2465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2288 | 2024-08-12T20:38:33.541Z | Dirty heapless v0.7.17: the rustflags changed |
2289 | 2024-08-12T20:38:33.541Z | Compiling heapless v0.7.17 |
2290 | 2024-08-12T20:38:33.567Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=7be4c80ec1d1b91e -C extra-filename=-7be4c80ec1d1b91e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7be4c80ec1d1b91e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-d8f19efc890c16b8.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2291 | 2024-08-12T20:38:33.598Z | Dirty idna v0.2.3: the rustflags changed |
2292 | 2024-08-12T20:38:33.598Z | Compiling idna v0.2.3 |
2293 | 2024-08-12T20:38:33.605Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9acef88aca71128 -C extra-filename=-d9acef88aca71128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-c42a4b82e96c2465.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2294 | 2024-08-12T20:38:34.081Z | Dirty enum-as-inner v0.5.1: the rustflags changed |
2295 | 2024-08-12T20:38:34.081Z | Compiling enum-as-inner v0.5.1 |
2296 | 2024-08-12T20:38:34.091Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9b933cbcd590b5a5 -C extra-filename=-9b933cbcd590b5a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2297 | 2024-08-12T20:38:34.741Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
2298 | 2024-08-12T20:38:34.741Z | Compiling lalrpop-util v0.19.12 |
2299 | 2024-08-12T20:38:34.750Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=cabd6990d00654d2 -C extra-filename=-cabd6990d00654d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2300 | 2024-08-12T20:38:34.981Z | Dirty regex-automata v0.1.10: the rustflags changed |
2301 | 2024-08-12T20:38:34.981Z | Compiling regex-automata v0.1.10 |
2302 | 2024-08-12T20:38:34.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=9ec91e78f0fbd44e -C extra-filename=-9ec91e78f0fbd44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2303 | 2024-08-12T20:38:35.127Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7be4c80ec1d1b91e/build-script-build` |
2304 | 2024-08-12T20:38:35.196Z | Dirty signal-hook-mio v0.2.3: the rustflags changed |
2305 | 2024-08-12T20:38:35.196Z | Compiling signal-hook-mio v0.2.3 |
2306 | 2024-08-12T20:38:35.204Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.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=a3f864910cf4777a -C extra-filename=-a3f864910cf4777a --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-2977f4e89cc8b9da.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2307 | 2024-08-12T20:38:35.240Z | Dirty num-bigint v0.4.5: the rustflags changed |
2308 | 2024-08-12T20:38:35.240Z | Compiling num-bigint v0.4.5 |
2309 | 2024-08-12T20:38:35.252Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=f0018ad33067d8cb -C extra-filename=-f0018ad33067d8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2310 | 2024-08-12T20:38:35.299Z | Dirty trust-dns-proto v0.22.0: the rustflags changed |
2311 | 2024-08-12T20:38:35.299Z | Compiling trust-dns-proto v0.22.0 |
2312 | 2024-08-12T20:38:35.309Z | Dirty hash32 v0.2.1: the rustflags changed |
2313 | 2024-08-12T20:38:35.309Z | Compiling hash32 v0.2.1 |
2314 | 2024-08-12T20:38:35.309Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=083776092ecf3e7b -C extra-filename=-083776092ecf3e7b --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-5547710810e44ff9.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-9b933cbcd590b5a5.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d9acef88aca71128.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2315 | 2024-08-12T20:38:35.309Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d4b24ee1288cc3 -C extra-filename=-b2d4b24ee1288cc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2316 | 2024-08-12T20:38:35.356Z | Dirty smoltcp v0.9.1: the rustflags changed |
2317 | 2024-08-12T20:38:35.356Z | Compiling smoltcp v0.9.1 |
2318 | 2024-08-12T20:38:35.385Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=bdbe85cbcf8150ee -C extra-filename=-bdbe85cbcf8150ee --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2319 | 2024-08-12T20:38:35.478Z | Dirty bstr v0.2.17: the rustflags changed |
2320 | 2024-08-12T20:38:35.478Z | Compiling bstr v0.2.17 |
2321 | 2024-08-12T20:38:35.485Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"))' -C metadata=abe7cc3ca82e0c0a -C extra-filename=-abe7cc3ca82e0c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9ec91e78f0fbd44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2322 | 2024-08-12T20:38:35.679Z | Dirty finl_unicode v1.2.0: the rustflags changed |
2323 | 2024-08-12T20:38:35.679Z | Compiling finl_unicode v1.2.0 |
2324 | 2024-08-12T20:38:35.687Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=3e0871fb68948e2f -C extra-filename=-3e0871fb68948e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2325 | 2024-08-12T20:38:35.807Z | Dirty predicates-core v1.0.6: the rustflags changed |
2326 | 2024-08-12T20:38:35.807Z | Compiling predicates-core v1.0.6 |
2327 | 2024-08-12T20:38:35.817Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=010f1331228f9ea5 -C extra-filename=-010f1331228f9ea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2328 | 2024-08-12T20:38:39.922Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build` |
2329 | 2024-08-12T20:38:40.022Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=855a6d0e47a2be93 -C extra-filename=-855a6d0e47a2be93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-b2d4b24ee1288cc3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
2330 | 2024-08-12T20:38:40.022Z | Dirty stringprep v0.1.4: the rustflags changed |
2331 | 2024-08-12T20:38:40.022Z | Compiling stringprep v0.1.4 |
2332 | 2024-08-12T20:38:40.022Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=672fb69311fd6a4a -C extra-filename=-672fb69311fd6a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3e0871fb68948e2f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2333 | 2024-08-12T20:38:40.036Z | Dirty crossterm v0.27.0: the rustflags changed |
2334 | 2024-08-12T20:38:40.036Z | Compiling crossterm v0.27.0 |
2335 | 2024-08-12T20:38:40.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="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=286982ea3a43e068 -C extra-filename=-286982ea3a43e068 --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-555b6489c82c47dd.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-a3f864910cf4777a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2336 | 2024-08-12T20:38:40.036Z | Dirty md-5 v0.10.6: the rustflags changed |
2337 | 2024-08-12T20:38:40.036Z | Compiling md-5 v0.10.6 |
2338 | 2024-08-12T20:38:40.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=f7686b1447bab855 -C extra-filename=-f7686b1447bab855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2339 | 2024-08-12T20:38:40.036Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
2340 | 2024-08-12T20:38:40.036Z | Compiling hubpack_derive v0.1.1 |
2341 | 2024-08-12T20:38:40.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef6b112d64377947 -C extra-filename=-ef6b112d64377947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2342 | 2024-08-12T20:38:40.036Z | Dirty bstr v1.9.1: the rustflags changed |
2343 | 2024-08-12T20:38:40.036Z | Compiling bstr v1.9.1 |
2344 | 2024-08-12T20:38:40.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=2fe3c9c39ada8245 -C extra-filename=-2fe3c9c39ada8245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2345 | 2024-08-12T20:38:40.036Z | Dirty console v0.15.8: the rustflags changed |
2346 | 2024-08-12T20:38:40.036Z | Compiling console v0.15.8 |
2347 | 2024-08-12T20:38:40.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=798580260be3f871 -C extra-filename=-798580260be3f871 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2348 | 2024-08-12T20:38:40.036Z | Dirty float-cmp v0.9.0: the rustflags changed |
2349 | 2024-08-12T20:38:40.036Z | Compiling float-cmp v0.9.0 |
2350 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=ff2d3af3210f593b -C extra-filename=-ff2d3af3210f593b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2351 | 2024-08-12T20:38:40.037Z | Dirty fs-err v2.11.0: the rustflags changed |
2352 | 2024-08-12T20:38:40.037Z | Compiling fs-err v2.11.0 |
2353 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7840dcc9301ae0b4 -C extra-filename=-7840dcc9301ae0b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2354 | 2024-08-12T20:38:40.037Z | Dirty difflib v0.4.0: the rustflags changed |
2355 | 2024-08-12T20:38:40.037Z | Compiling difflib v0.4.0 |
2356 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df3a4df3c1440d6e -C extra-filename=-df3a4df3c1440d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2357 | 2024-08-12T20:38:40.037Z | Dirty yasna v0.5.2: the rustflags changed |
2358 | 2024-08-12T20:38:40.037Z | Compiling yasna v0.5.2 |
2359 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=d38a24c7fc456068 -C extra-filename=-d38a24c7fc456068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2360 | 2024-08-12T20:38:40.037Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
2361 | 2024-08-12T20:38:40.037Z | Compiling normalize-line-endings v0.3.0 |
2362 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb19df894926175b -C extra-filename=-eb19df894926175b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2363 | 2024-08-12T20:38:40.037Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
2364 | 2024-08-12T20:38:40.037Z | Compiling fallible-iterator v0.2.0 |
2365 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=99585d275a54a8fa -C extra-filename=-99585d275a54a8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2366 | 2024-08-12T20:38:40.037Z | Dirty predicates v3.1.2: the rustflags changed |
2367 | 2024-08-12T20:38:40.037Z | Compiling predicates v3.1.2 |
2368 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=d7e350f6f97efb97 -C extra-filename=-d7e350f6f97efb97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-df3a4df3c1440d6e.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ff2d3af3210f593b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-eb19df894926175b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2369 | 2024-08-12T20:38:40.037Z | Dirty hubpack v0.1.2: the rustflags changed |
2370 | 2024-08-12T20:38:40.037Z | Compiling hubpack v0.1.2 |
2371 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e592de4ceaa78c2 -C extra-filename=-1e592de4ceaa78c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-ef6b112d64377947.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2372 | 2024-08-12T20:38:40.037Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
2373 | 2024-08-12T20:38:40.037Z | Compiling postgres-protocol v0.6.7 |
2374 | 2024-08-12T20:38:40.037Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=d0b4f4f75b2ba50e -C extra-filename=-d0b4f4f75b2ba50e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-f7686b1447bab855.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-672fb69311fd6a4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2375 | 2024-08-12T20:38:40.069Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build` |
2376 | 2024-08-12T20:38:41.151Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=f2be7f995d9ff212 -C extra-filename=-f2be7f995d9ff212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-855a6d0e47a2be93.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2377 | 2024-08-12T20:38:41.154Z | Dirty similar v2.5.0: the rustflags changed |
2378 | 2024-08-12T20:38:41.154Z | Compiling similar v2.5.0 |
2379 | 2024-08-12T20:38:41.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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=9b44837149fa8959 -C extra-filename=-9b44837149fa8959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2380 | 2024-08-12T20:38:41.154Z | Dirty phf_shared v0.11.2: the rustflags changed |
2381 | 2024-08-12T20:38:41.154Z | Compiling phf_shared v0.11.2 |
2382 | 2024-08-12T20:38:41.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=471a15ddaebb70d0 -C extra-filename=-471a15ddaebb70d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2383 | 2024-08-12T20:38:41.155Z | Dirty tokio-stream v0.1.15: the rustflags changed |
2384 | 2024-08-12T20:38:41.155Z | Compiling tokio-stream v0.1.15 |
2385 | 2024-08-12T20:38:41.155Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=28caaade9f2c72a9 -C extra-filename=-28caaade9f2c72a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2386 | 2024-08-12T20:38:41.155Z | Dirty strum_macros v0.25.3: the rustflags changed |
2387 | 2024-08-12T20:38:41.155Z | Compiling strum_macros v0.25.3 |
2388 | 2024-08-12T20:38:41.155Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecde964d811f647b -C extra-filename=-ecde964d811f647b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2389 | 2024-08-12T20:38:41.183Z | Dirty serde_repr v0.1.19: the rustflags changed |
2390 | 2024-08-12T20:38:41.183Z | Compiling serde_repr v0.1.19 |
2391 | 2024-08-12T20:38:41.187Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee219109fc8573cb -C extra-filename=-ee219109fc8573cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2392 | 2024-08-12T20:38:41.557Z | Dirty peg-runtime v0.8.3: the rustflags changed |
2393 | 2024-08-12T20:38:41.557Z | Compiling peg-runtime v0.8.3 |
2394 | 2024-08-12T20:38:41.560Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=f68472f095c24de4 -C extra-filename=-f68472f095c24de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2395 | 2024-08-12T20:38:42.221Z | Dirty postgres-types v0.2.7: the rustflags changed |
2396 | 2024-08-12T20:38:42.221Z | Compiling postgres-types v0.2.7 |
2397 | 2024-08-12T20:38:42.226Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=a22f036b58a6873c -C extra-filename=-a22f036b58a6873c --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-77180ecea8364755.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d0b4f4f75b2ba50e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2398 | 2024-08-12T20:38:42.249Z | Dirty phf v0.11.2: the rustflags changed |
2399 | 2024-08-12T20:38:42.249Z | Compiling phf v0.11.2 |
2400 | 2024-08-12T20:38:42.252Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8e35b99582fa2840 -C extra-filename=-8e35b99582fa2840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-471a15ddaebb70d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2401 | 2024-08-12T20:38:42.561Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=390ddc84ccf1ed72 -C extra-filename=-390ddc84ccf1ed72 --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-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63` |
2402 | 2024-08-12T20:38:42.564Z | Dirty whoami v1.5.1: the rustflags changed |
2403 | 2024-08-12T20:38:42.564Z | Compiling whoami v1.5.1 |
2404 | 2024-08-12T20:38:42.567Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=9ffcccbeeda8d38c -C extra-filename=-9ffcccbeeda8d38c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2405 | 2024-08-12T20:38:42.706Z | Compiling regress v0.9.1 |
2406 | 2024-08-12T20:38:42.709Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=cb70ae6fc462a83e -C extra-filename=-cb70ae6fc462a83e --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-e9c0c75a0b28a83e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2407 | 2024-08-12T20:38:43.200Z | Dirty tokio-postgres v0.7.11: the rustflags changed |
2408 | 2024-08-12T20:38:43.200Z | Compiling tokio-postgres v0.7.11 |
2409 | 2024-08-12T20:38:43.203Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=96acec4f5ee00844 -C extra-filename=-96acec4f5ee00844 --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-5547710810e44ff9.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-8e35b99582fa2840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-d0b4f4f75b2ba50e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a22f036b58a6873c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2410 | 2024-08-12T20:38:43.388Z | Dirty camino v1.1.7: the rustflags changed |
2411 | 2024-08-12T20:38:43.388Z | Compiling camino v1.1.7 |
2412 | 2024-08-12T20:38:43.391Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=bf36cf898f7e366e -C extra-filename=-bf36cf898f7e366e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-bf36cf898f7e366e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2413 | 2024-08-12T20:38:43.621Z | Compiling getopts v0.2.21 |
2414 | 2024-08-12T20:38:43.624Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=c6002415ff761945 -C extra-filename=-c6002415ff761945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2024-08-12T20:38:43.765Z | Compiling unsafe-libyaml v0.2.11 |
2416 | 2024-08-12T20:38:43.767Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d82dd58b0184436 -C extra-filename=-5d82dd58b0184436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2417 | 2024-08-12T20:38:44.135Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-bf36cf898f7e366e/build-script-build` |
2418 | 2024-08-12T20:38:44.205Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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=f6b822542bc6338e -C extra-filename=-f6b822542bc6338e --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-22ef41cdd9d4b24b.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)'` |
2419 | 2024-08-12T20:38:44.621Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2420 | 2024-08-12T20:38:44.626Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed727b1d1d52c3b7 -C extra-filename=-ed727b1d1d52c3b7 --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-77180ecea8364755.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2421 | 2024-08-12T20:38:45.104Z | Compiling serde_yaml v0.9.34+deprecated |
2422 | 2024-08-12T20:38:45.106Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8865994fcc5e7a3a -C extra-filename=-8865994fcc5e7a3a --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-e9de332ec394b033.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5d82dd58b0184436.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2423 | 2024-08-12T20:38:45.204Z | Dirty is-terminal v0.4.12: the rustflags changed |
2424 | 2024-08-12T20:38:45.204Z | Compiling is-terminal v0.4.12 |
2425 | 2024-08-12T20:38:45.207Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ee86796969381f6 -C extra-filename=-0ee86796969381f6 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2426 | 2024-08-12T20:38:45.310Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92): the rustflags changed |
2427 | 2024-08-12T20:38:45.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2428 | 2024-08-12T20:38:45.313Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/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=fc36a1f9a9977bfb -C extra-filename=-fc36a1f9a9977bfb --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-555b6489c82c47dd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-1e592de4ceaa78c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-ee219109fc8573cb.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-f2be7f995d9ff212.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ecde964d811f647b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-82d89f457fd2da7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2429 | 2024-08-12T20:38:45.334Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2430 | 2024-08-12T20:38:45.334Z | Compiling dirs-sys-next v0.1.2 |
2431 | 2024-08-12T20:38:45.334Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dcd84358360876e -C extra-filename=-8dcd84358360876e --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2432 | 2024-08-12T20:38:45.724Z | Dirty dirs-next v2.0.0: the rustflags changed |
2433 | 2024-08-12T20:38:45.724Z | Compiling dirs-next v2.0.0 |
2434 | 2024-08-12T20:38:45.726Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cbc1b5d3c9f94af2 -C extra-filename=-cbc1b5d3c9f94af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-8dcd84358360876e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2435 | 2024-08-12T20:38:45.937Z | Dirty term v0.7.0: the rustflags changed |
2436 | 2024-08-12T20:38:45.937Z | Compiling term v0.7.0 |
2437 | 2024-08-12T20:38:45.940Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=310ac55cad65c385 -C extra-filename=-310ac55cad65c385 --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-cbc1b5d3c9f94af2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2024-08-12T20:38:46.021Z | Compiling sha1 v0.10.6 |
2439 | 2024-08-12T20:38:46.024Z | Compiling http v1.1.0 |
2440 | 2024-08-12T20:38:46.024Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=e8d7e737b7a11eca -C extra-filename=-e8d7e737b7a11eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2441 | 2024-08-12T20:38:46.038Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=887f9bb74160c1b6 -C extra-filename=-887f9bb74160c1b6 --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-77180ecea8364755.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2442 | 2024-08-12T20:38:46.432Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2443 | 2024-08-12T20:38:46.434Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eae50d376136a0ad -C extra-filename=-eae50d376136a0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2444 | 2024-08-12T20:38:47.509Z | Compiling paste v1.0.15 |
2445 | 2024-08-12T20:38:47.513Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe0fbfc06ab2594b -C extra-filename=-fe0fbfc06ab2594b --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2024-08-12T20:38:47.898Z | Compiling ident_case v1.0.1 |
2447 | 2024-08-12T20:38:47.901Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f0a2acd79c1f241 -C extra-filename=-1f0a2acd79c1f241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2448 | 2024-08-12T20:38:48.073Z | Compiling darling_core v0.20.9 |
2449 | 2024-08-12T20:38:48.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=b0ccbf8e08e45811 -C extra-filename=-b0ccbf8e08e45811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-1f0a2acd79c1f241.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2450 | 2024-08-12T20:38:48.119Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build` |
2451 | 2024-08-12T20:38:48.192Z | Compiling toml v0.8.19 |
2452 | 2024-08-12T20:38:48.201Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=a703d29ebe1ba291 -C extra-filename=-a703d29ebe1ba291 --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-22ef41cdd9d4b24b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25cc1182340a9c91.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2453 | 2024-08-12T20:38:48.213Z | Dirty strum_macros v0.26.4: the rustflags changed |
2454 | 2024-08-12T20:38:48.213Z | Compiling strum_macros v0.26.4 |
2455 | 2024-08-12T20:38:48.216Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18bdee483c3af4e6 -C extra-filename=-18bdee483c3af4e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2456 | 2024-08-12T20:38:48.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ec299dfa0e92da3 -C extra-filename=-4ec299dfa0e92da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
2457 | 2024-08-12T20:38:48.900Z | Dirty crossbeam-channel v0.5.12: the rustflags changed |
2458 | 2024-08-12T20:38:48.900Z | Compiling crossbeam-channel v0.5.12 |
2459 | 2024-08-12T20:38:48.903Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9f8fe1d87fa9a6f6 -C extra-filename=-9f8fe1d87fa9a6f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2460 | 2024-08-12T20:38:49.369Z | Dirty thread_local v1.1.8: the rustflags changed |
2461 | 2024-08-12T20:38:49.369Z | Compiling thread_local v1.1.8 |
2462 | 2024-08-12T20:38:49.371Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=31e87b9424f2815f -C extra-filename=-31e87b9424f2815f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2463 | 2024-08-12T20:38:49.948Z | Dirty slog-async v2.8.0: the rustflags changed |
2464 | 2024-08-12T20:38:49.948Z | Compiling slog-async v2.8.0 |
2465 | 2024-08-12T20:38:49.948Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=01c8cef20947d45b -C extra-filename=-01c8cef20947d45b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2466 | 2024-08-12T20:38:49.976Z | Dirty take_mut v0.2.2: the rustflags changed |
2467 | 2024-08-12T20:38:49.976Z | Compiling take_mut v0.2.2 |
2468 | 2024-08-12T20:38:49.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9518271d040c7fa -C extra-filename=-f9518271d040c7fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2469 | 2024-08-12T20:38:50.001Z | Compiling rustls-pki-types v1.7.0 |
2470 | 2024-08-12T20:38:50.004Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2fefae8d752d7a3a -C extra-filename=-2fefae8d752d7a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2471 | 2024-08-12T20:38:50.020Z | Compiling match_cfg v0.1.0 |
2472 | 2024-08-12T20:38:50.023Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d9904ced2909ba3a -C extra-filename=-d9904ced2909ba3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2473 | 2024-08-12T20:38:50.120Z | Compiling hostname v0.3.1 |
2474 | 2024-08-12T20:38:50.123Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=3869aade05acba44 -C extra-filename=-3869aade05acba44 --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-2977f4e89cc8b9da.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d9904ced2909ba3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2475 | 2024-08-12T20:38:50.137Z | Dirty slog-term v2.9.1: the rustflags changed |
2476 | 2024-08-12T20:38:50.137Z | Compiling slog-term v2.9.1 |
2477 | 2024-08-12T20:38:50.140Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=458372da5fba99e4 -C extra-filename=-458372da5fba99e4 --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-0ee86796969381f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2478 | 2024-08-12T20:38:50.386Z | Compiling fastrand v2.1.0 |
2479 | 2024-08-12T20:38:50.389Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=93d3aefab645b806 -C extra-filename=-93d3aefab645b806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2480 | 2024-08-12T20:38:50.552Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build` |
2481 | 2024-08-12T20:38:50.620Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=584ba06da5147514 -C extra-filename=-584ba06da5147514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f9518271d040c7fa.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
2482 | 2024-08-12T20:38:50.808Z | Compiling tempfile v3.10.1 |
2483 | 2024-08-12T20:38:50.811Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=26e6c6a67989667e -C extra-filename=-26e6c6a67989667e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-93d3aefab645b806.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2484 | 2024-08-12T20:38:50.912Z | Compiling rustls v0.22.4 |
2485 | 2024-08-12T20:38:50.915Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=7a39c18fd3e98d58 -C extra-filename=-7a39c18fd3e98d58 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2486 | 2024-08-12T20:38:51.255Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build` |
2487 | 2024-08-12T20:38:51.283Z | Compiling rustls-webpki v0.102.4 |
2488 | 2024-08-12T20:38:51.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=36c1595c3cced469 -C extra-filename=-36c1595c3cced469 --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-b61923086b86499a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2489 | 2024-08-12T20:38:51.346Z | Compiling rustls-pemfile v2.1.3 |
2490 | 2024-08-12T20:38:51.349Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0825b86e4f23338d -C extra-filename=-0825b86e4f23338d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2491 | 2024-08-12T20:38:51.628Z | Compiling multer v3.1.0 |
2492 | 2024-08-12T20:38:51.631Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b0c2a76b3dbdbc46 -C extra-filename=-b0c2a76b3dbdbc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2493 | 2024-08-12T20:38:51.778Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2494 | 2024-08-12T20:38:51.796Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e3eb9607b3b7754 -C extra-filename=-2e3eb9607b3b7754 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2e3eb9607b3b7754 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a5310778e8190f9a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2fe3c9c39ada8245.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84a8bf1043ce72d8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-767c05c3324991c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0c0d68b45a904103.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e9c0c75a0b28a83e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd42de12cc7fdef5.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a22f036b58a6873c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0bb620c5104812eb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c27d167504671958.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d38a24c7fc456068.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2495 | 2024-08-12T20:38:51.802Z | Compiling debug-ignore v1.0.5 |
2496 | 2024-08-12T20:38:51.805Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8d6e08c22f4130f -C extra-filename=-f8d6e08c22f4130f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2497 | 2024-08-12T20:38:51.828Z | Compiling ipnetwork v0.20.0 |
2498 | 2024-08-12T20:38:51.831Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=b50383c77533eb85 -C extra-filename=-b50383c77533eb85 --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-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2499 | 2024-08-12T20:38:51.949Z | Compiling slog-json v2.6.1 |
2500 | 2024-08-12T20:38:51.976Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=637ad623599a29d2 -C extra-filename=-637ad623599a29d2 --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-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2501 | 2024-08-12T20:38:52.001Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build` |
2502 | 2024-08-12T20:38:52.074Z | Compiling async-stream-impl v0.3.5 |
2503 | 2024-08-12T20:38:52.074Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac9408f83c982261 -C extra-filename=-ac9408f83c982261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2504 | 2024-08-12T20:38:52.109Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2e3eb9607b3b7754/build-script-build` |
2505 | 2024-08-12T20:38:52.138Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68fc8bbd292bded0 -C extra-filename=-68fc8bbd292bded0 --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-a5310778e8190f9a.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2fe3c9c39ada8245.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84a8bf1043ce72d8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-767c05c3324991c7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0c0d68b45a904103.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e9c0c75a0b28a83e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd42de12cc7fdef5.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a22f036b58a6873c.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0bb620c5104812eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c27d167504671958.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d38a24c7fc456068.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2506 | 2024-08-12T20:38:52.248Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=fe7ecabc742f86f7 -C extra-filename=-fe7ecabc742f86f7 --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-46cf9439802ec3f9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-36c1595c3cced469.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2507 | 2024-08-12T20:38:52.330Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2508 | 2024-08-12T20:38:52.333Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=a919d62130b9e085 -C extra-filename=-a919d62130b9e085 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2509 | 2024-08-12T20:38:52.709Z | Compiling instant v0.1.12 |
2510 | 2024-08-12T20:38:52.712Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d9fb3cc79b503f7 -C extra-filename=-4d9fb3cc79b503f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2511 | 2024-08-12T20:38:52.747Z | Compiling atomic-waker v1.1.2 |
2512 | 2024-08-12T20:38:52.750Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0226d346e4689e13 -C extra-filename=-0226d346e4689e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2513 | 2024-08-12T20:38:52.857Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085/build-script-build` |
2514 | 2024-08-12T20:38:52.929Z | Compiling waitgroup v0.1.2 |
2515 | 2024-08-12T20:38:52.941Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6992fbdcfd8dfd4 -C extra-filename=-c6992fbdcfd8dfd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-0226d346e4689e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2516 | 2024-08-12T20:38:52.949Z | Compiling slog-bunyan v2.5.0 |
2517 | 2024-08-12T20:38:52.952Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=eabec5495d5a76e2 -C extra-filename=-eabec5495d5a76e2 --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-3869aade05acba44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-637ad623599a29d2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2518 | 2024-08-12T20:38:53.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=54adf029c6efc9b7 -C extra-filename=-54adf029c6efc9b7 --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-77180ecea8364755.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-887f9bb74160c1b6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2024-08-12T20:38:53.167Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2520 | 2024-08-12T20:38:53.169Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=0f4724c4e5c7611e -C extra-filename=-0f4724c4e5c7611e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2521 | 2024-08-12T20:38:53.384Z | Compiling serde_path_to_error v0.1.16 |
2522 | 2024-08-12T20:38:53.387Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8086f8fc0bd87f1d -C extra-filename=-8086f8fc0bd87f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2523 | 2024-08-12T20:38:53.579Z | Dirty strum v0.26.3: the rustflags changed |
2524 | 2024-08-12T20:38:53.579Z | Compiling strum v0.26.3 |
2525 | 2024-08-12T20:38:53.582Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=056149fbbbf0e30f -C extra-filename=-056149fbbbf0e30f --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-18bdee483c3af4e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2526 | 2024-08-12T20:38:53.637Z | Compiling async-stream v0.3.5 |
2527 | 2024-08-12T20:38:53.641Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5b3541974114910 -C extra-filename=-a5b3541974114910 --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-ac9408f83c982261.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2528 | 2024-08-12T20:38:53.765Z | Compiling hostname v0.4.0 |
2529 | 2024-08-12T20:38:53.768Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=086102f80c5dec93 -C extra-filename=-086102f80c5dec93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2530 | 2024-08-12T20:38:53.963Z | Compiling quick-error v1.2.3 |
2531 | 2024-08-12T20:38:53.967Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a51933d224a7ea6 -C extra-filename=-5a51933d224a7ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2024-08-12T20:38:54.028Z | Compiling newtype-uuid v1.1.0 |
2533 | 2024-08-12T20:38:54.031Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=82ec2fb5ad79c326 -C extra-filename=-82ec2fb5ad79c326 --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-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2534 | 2024-08-12T20:38:54.117Z | Compiling structmeta-derive v0.3.0 |
2535 | 2024-08-12T20:38:54.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=923fda49398b2f2a -C extra-filename=-923fda49398b2f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2536 | 2024-08-12T20:38:54.177Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2537 | 2024-08-12T20:38:54.180Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=bf1a403cfb5b2f26 -C extra-filename=-bf1a403cfb5b2f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2538 | 2024-08-12T20:38:54.253Z | Compiling backoff v0.4.0 |
2539 | 2024-08-12T20:38:54.256Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=c03382b439941d16 -C extra-filename=-c03382b439941d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2540 | 2024-08-12T20:38:54.334Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2541 | 2024-08-12T20:38:54.337Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=5a0caf74de2348ec -C extra-filename=-5a0caf74de2348ec --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-82ec2fb5ad79c326.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2542 | 2024-08-12T20:38:54.608Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2543 | 2024-08-12T20:38:54.615Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=8c7e485ec2ad2d27 -C extra-filename=-8c7e485ec2ad2d27 --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-b50383c77533eb85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2024-08-12T20:38:54.684Z | Compiling macaddr v1.0.1 |
2545 | 2024-08-12T20:38:54.687Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=9cf62b5a6d3386e6 -C extra-filename=-9cf62b5a6d3386e6 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2546 | 2024-08-12T20:38:55.172Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2547 | 2024-08-12T20:38:55.175Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=6b1c5a41eed25ea1 -C extra-filename=-6b1c5a41eed25ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-bf1a403cfb5b2f26.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2024-08-12T20:38:55.193Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2549 | 2024-08-12T20:38:55.196Z | Compiling darling_macro v0.20.9 |
2550 | 2024-08-12T20:38:55.196Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d7a028338a7a709 -C extra-filename=-6d7a028338a7a709 --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-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2551 | 2024-08-12T20:38:55.196Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93bf955aa103bd78 -C extra-filename=-93bf955aa103bd78 --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-b0ccbf8e08e45811.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2552 | 2024-08-12T20:38:55.353Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2553 | 2024-08-12T20:38:55.356Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c379b4a2691893b9 -C extra-filename=-c379b4a2691893b9 --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-cc6b2a3dd9dcdc29.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2024-08-12T20:38:55.427Z | Compiling wait-timeout v0.2.0 |
2555 | 2024-08-12T20:38:55.430Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=382ca12bcb63e3d5 -C extra-filename=-382ca12bcb63e3d5 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2556 | 2024-08-12T20:38:55.520Z | Compiling structmeta-derive v0.2.0 |
2557 | 2024-08-12T20:38:55.522Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f6b9efd33ad3f68 -C extra-filename=-0f6b9efd33ad3f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2558 | 2024-08-12T20:38:56.023Z | Compiling rusty-fork v0.3.0 |
2559 | 2024-08-12T20:38:56.025Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=220846e7edb10ba7 -C extra-filename=-220846e7edb10ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-382ca12bcb63e3d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2560 | 2024-08-12T20:38:56.113Z | Compiling rand_xorshift v0.3.0 |
2561 | 2024-08-12T20:38:56.116Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=9696eb7f2dff198d -C extra-filename=-9696eb7f2dff198d --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-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2562 | 2024-08-12T20:38:56.325Z | Compiling darling v0.20.9 |
2563 | 2024-08-12T20:38:56.328Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=1eef50407f8fb897 -C extra-filename=-1eef50407f8fb897 --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-b0ccbf8e08e45811.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-93bf955aa103bd78.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2564 | 2024-08-12T20:38:56.447Z | Compiling serde_with_macros v3.8.3 |
2565 | 2024-08-12T20:38:56.450Z | Compiling tokio-rustls v0.25.0 |
2566 | 2024-08-12T20:38:56.450Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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=c6a18461d5a9bc7f -C extra-filename=-c6a18461d5a9bc7f --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-1eef50407f8fb897.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2567 | 2024-08-12T20:38:56.450Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=614e9f43bf4a2b76 -C extra-filename=-614e9f43bf4a2b76 --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-fe7ecabc742f86f7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2568 | 2024-08-12T20:38:57.019Z | Compiling unarray v0.1.4 |
2569 | 2024-08-12T20:38:57.019Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=902f42438c2f18fe -C extra-filename=-902f42438c2f18fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2570 | 2024-08-12T20:38:57.032Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
2571 | 2024-08-12T20:38:57.032Z | Compiling proc-macro-error-attr v1.0.4 |
2572 | 2024-08-12T20:38:57.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d000a157274cd67 -C extra-filename=-5d000a157274cd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2573 | 2024-08-12T20:38:57.032Z | Compiling proptest v1.5.0 |
2574 | 2024-08-12T20:38:57.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=5bea64bc73e44852 -C extra-filename=-5bea64bc73e44852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-06ff9ddc7c7c443e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-9696eb7f2dff198d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-220846e7edb10ba7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-902f42438c2f18fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2575 | 2024-08-12T20:38:57.246Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build` |
2576 | 2024-08-12T20:38:57.311Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
2577 | 2024-08-12T20:38:57.311Z | Compiling proc-macro-error v1.0.4 |
2578 | 2024-08-12T20:38:57.314Z | Compiling structmeta v0.3.0 |
2579 | 2024-08-12T20:38:57.314Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=a4bca8a215788b67 -C extra-filename=-a4bca8a215788b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2580 | 2024-08-12T20:38:57.314Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1dbeec1adb5d523 -C extra-filename=-a1dbeec1adb5d523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-923fda49398b2f2a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2581 | 2024-08-12T20:38:57.373Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=221ba1405102a70d -C extra-filename=-221ba1405102a70d --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-a5b3541974114910.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-0f4724c4e5c7611e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-086102f80c5dec93.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-54adf029c6efc9b7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8086f8fc0bd87f1d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e8d7e737b7a11eca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eabec5495d5a76e2.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-637ad623599a29d2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-614e9f43bf4a2b76.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6992fbdcfd8dfd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2582 | 2024-08-12T20:38:57.688Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build` |
2583 | 2024-08-12T20:38:57.769Z | Compiling parse-display-derive v0.9.1 |
2584 | 2024-08-12T20:38:57.772Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.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=9498dbe88763e0f3 -C extra-filename=-9498dbe88763e0f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a1dbeec1adb5d523.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2585 | 2024-08-12T20:38:57.836Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2c2579e9bbf82a84 -C extra-filename=-2c2579e9bbf82a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2586 | 2024-08-12T20:38:58.674Z | Compiling structmeta v0.2.0 |
2587 | 2024-08-12T20:38:58.677Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7e3ddf1e9730305 -C extra-filename=-e7e3ddf1e9730305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-0f6b9efd33ad3f68.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2588 | 2024-08-12T20:38:58.789Z | Compiling camino-tempfile v1.1.1 |
2589 | 2024-08-12T20:38:58.791Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=73dc7b9b67793f6b -C extra-filename=-73dc7b9b67793f6b --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-f6b822542bc6338e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2590 | 2024-08-12T20:38:59.131Z | Compiling test-strategy v0.3.1 |
2591 | 2024-08-12T20:38:59.141Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62721e97f9fbbffe -C extra-filename=-62721e97f9fbbffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-e7e3ddf1e9730305.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2592 | 2024-08-12T20:38:59.269Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=be785971ed3c6df6 -C extra-filename=-be785971ed3c6df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-2c2579e9bbf82a84.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
2593 | 2024-08-12T20:38:59.577Z | Compiling serde_with v3.8.3 |
2594 | 2024-08-12T20:38:59.581Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=743725e69b9b1f9f -C extra-filename=-743725e69b9b1f9f --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-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-c6a18461d5a9bc7f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2595 | 2024-08-12T20:38:59.998Z | Compiling proc-macro-crate v1.3.1 |
2596 | 2024-08-12T20:39:00.014Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94c4ed0360c4764a -C extra-filename=-94c4ed0360c4764a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c27d167504671958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2597 | 2024-08-12T20:39:01.140Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2598 | 2024-08-12T20:39:01.143Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7e5a9887b0b0e8e -C extra-filename=-d7e5a9887b0b0e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2599 | 2024-08-12T20:39:01.551Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build` |
2600 | 2024-08-12T20:39:01.582Z | Compiling num_enum_derive v0.5.11 |
2601 | 2024-08-12T20:39:01.584Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=261f254a41daa97e -C extra-filename=-261f254a41daa97e --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-94c4ed0360c4764a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2024-08-12T20:39:02.493Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2603 | 2024-08-12T20:39:02.495Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525ace519d3346b6 -C extra-filename=-525ace519d3346b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2604 | 2024-08-12T20:39:02.836Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build` |
2605 | 2024-08-12T20:39:02.866Z | Compiling foreign-types-macros v0.2.3 |
2606 | 2024-08-12T20:39:02.868Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1ce165442e567034 -C extra-filename=-1ce165442e567034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2607 | 2024-08-12T20:39:02.895Z | Compiling parse-display v0.9.1 |
2608 | 2024-08-12T20:39:02.899Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.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=ecc2b4f83f408c12 -C extra-filename=-ecc2b4f83f408c12 --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-9498dbe88763e0f3.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2609 | 2024-08-12T20:39:03.380Z | Compiling foreign-types-shared v0.3.1 |
2610 | 2024-08-12T20:39:03.383Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62e6d3d49a368cf7 -C extra-filename=-62e6d3d49a368cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2611 | 2024-08-12T20:39:03.506Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2612 | 2024-08-12T20:39:03.509Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f477c3b355d84377 -C extra-filename=-f477c3b355d84377 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2613 | 2024-08-12T20:39:03.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66564d91ab6f2ef3 -C extra-filename=-66564d91ab6f2ef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
2614 | 2024-08-12T20:39:03.532Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0294cfe81e15398b -C extra-filename=-0294cfe81e15398b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
2615 | 2024-08-12T20:39:03.698Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2616 | 2024-08-12T20:39:03.698Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3251be0370a8c741 -C extra-filename=-3251be0370a8c741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2617 | 2024-08-12T20:39:03.719Z | Compiling cstr-argument v0.1.2 |
2618 | 2024-08-12T20:39:03.719Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=aab9cf1341f27a2e -C extra-filename=-aab9cf1341f27a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2619 | 2024-08-12T20:39:03.841Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377/build-script-build` |
2620 | 2024-08-12T20:39:03.873Z | Compiling pretty-hex v0.2.1 |
2621 | 2024-08-12T20:39:03.876Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=27176efeb89a212c -C extra-filename=-27176efeb89a212c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2622 | 2024-08-12T20:39:03.991Z | Compiling tabwriter v1.4.0 |
2623 | 2024-08-12T20:39:03.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=36b664ce9afcce98 -C extra-filename=-36b664ce9afcce98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2624 | 2024-08-12T20:39:04.064Z | Compiling colored v2.1.0 |
2625 | 2024-08-12T20:39:04.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=6166f879ac927c99 -C extra-filename=-6166f879ac927c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2626 | 2024-08-12T20:39:04.237Z | Compiling foreign-types v0.5.0 |
2627 | 2024-08-12T20:39:04.240Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f2caced76607e5be -C extra-filename=-f2caced76607e5be --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-1ce165442e567034.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-62e6d3d49a368cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2628 | 2024-08-12T20:39:04.358Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2629 | 2024-08-12T20:39:04.364Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a41ebd79bdfb4d1 -C extra-filename=-5a41ebd79bdfb4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-aab9cf1341f27a2e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f2caced76607e5be.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2630 | 2024-08-12T20:39:04.425Z | Compiling num_enum v0.5.11 |
2631 | 2024-08-12T20:39:04.428Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=a12fbd6bb1a690e9 -C extra-filename=-a12fbd6bb1a690e9 --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-261f254a41daa97e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2632 | 2024-08-12T20:39:04.500Z | Compiling socket2 v0.4.10 |
2633 | 2024-08-12T20:39:04.503Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=840ec633df61280a -C extra-filename=-840ec633df61280a --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2634 | 2024-08-12T20:39:04.574Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-08-12T20:39:04.591Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e45b81bfb03b607e -C extra-filename=-e45b81bfb03b607e --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-2977f4e89cc8b9da.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-66564d91ab6f2ef3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a12fbd6bb1a690e9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2636 | 2024-08-12T20:39:04.724Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bbe70412c43601f -C extra-filename=-6bbe70412c43601f --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-2977f4e89cc8b9da.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-3251be0370a8c741.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door` |
2637 | 2024-08-12T20:39:04.801Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2638 | 2024-08-12T20:39:04.820Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89f5d19d6249baf5 -C extra-filename=-89f5d19d6249baf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-eae50d376136a0ad.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2639 | 2024-08-12T20:39:04.823Z | Compiling smf v0.2.3 |
2640 | 2024-08-12T20:39:04.826Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ee592add8980bcf -C extra-filename=-9ee592add8980bcf --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-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2641 | 2024-08-12T20:39:04.952Z | Compiling heapless v0.8.0 |
2642 | 2024-08-12T20:39:04.979Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e556d1dbcfabb7d1 -C extra-filename=-e556d1dbcfabb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2643 | 2024-08-12T20:39:04.986Z | Compiling termtree v0.4.1 |
2644 | 2024-08-12T20:39:04.988Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f580d41a8e4e74f -C extra-filename=-3f580d41a8e4e74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2645 | 2024-08-12T20:39:05.006Z | Compiling hash32 v0.3.1 |
2646 | 2024-08-12T20:39:05.008Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4832032344ca634d -C extra-filename=-4832032344ca634d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2647 | 2024-08-12T20:39:05.226Z | Compiling predicates-tree v1.0.9 |
2648 | 2024-08-12T20:39:05.231Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e26635fc8c38883b -C extra-filename=-e26635fc8c38883b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3f580d41a8e4e74f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2649 | 2024-08-12T20:39:05.251Z | Compiling smoltcp v0.11.0 |
2650 | 2024-08-12T20:39:05.254Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8932ed320cfb35a5 -C extra-filename=-8932ed320cfb35a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2651 | 2024-08-12T20:39:05.470Z | Compiling embedded-io v0.4.0 |
2652 | 2024-08-12T20:39:05.473Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=443730149b1d4047 -C extra-filename=-443730149b1d4047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2653 | 2024-08-12T20:39:05.637Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build` |
2654 | 2024-08-12T20:39:05.697Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-08-12T20:39:05.727Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bb6db9d5be3b93a -C extra-filename=-7bb6db9d5be3b93a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2656 | 2024-08-12T20:39:05.774Z | Compiling cobs v0.2.3 |
2657 | 2024-08-12T20:39:05.777Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=e7a06af4cb4d7afa -C extra-filename=-e7a06af4cb4d7afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2658 | 2024-08-12T20:39:05.941Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=b9ac8a798b087133 -C extra-filename=-b9ac8a798b087133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-4832032344ca634d.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2659 | 2024-08-12T20:39:06.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build` |
2660 | 2024-08-12T20:39:06.061Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build` |
2661 | 2024-08-12T20:39:06.078Z | Compiling postcard v1.0.8 |
2662 | 2024-08-12T20:39:06.080Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=9a33ebd12b5ae53d -C extra-filename=-9a33ebd12b5ae53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-e7a06af4cb4d7afa.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-443730149b1d4047.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2663 | 2024-08-12T20:39:06.096Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2664 | 2024-08-12T20:39:06.099Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=4a360e1607cc080d -C extra-filename=-4a360e1607cc080d --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-4a360e1607cc080d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2665 | 2024-08-12T20:39:06.114Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2666 | 2024-08-12T20:39:06.117Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=e6dbc30862eb38b9 -C extra-filename=-e6dbc30862eb38b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2667 | 2024-08-12T20:39:06.149Z | Compiling same-file v1.0.6 |
2668 | 2024-08-12T20:39:06.166Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9239fd0f0a5434c0 -C extra-filename=-9239fd0f0a5434c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2669 | 2024-08-12T20:39:06.199Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8df2ed83fa4c112a -C extra-filename=-8df2ed83fa4c112a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2670 | 2024-08-12T20:39:06.277Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2671 | 2024-08-12T20:39:06.280Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=65c1c01e8e7b713f -C extra-filename=-65c1c01e8e7b713f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2672 | 2024-08-12T20:39:06.303Z | Compiling sigpipe v0.1.3 |
2673 | 2024-08-12T20:39:06.305Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45b57db55fdbd199 -C extra-filename=-45b57db55fdbd199 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2674 | 2024-08-12T20:39:06.432Z | Compiling walkdir v2.5.0 |
2675 | 2024-08-12T20:39:06.434Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=321402a375879e82 -C extra-filename=-321402a375879e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-9239fd0f0a5434c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2676 | 2024-08-12T20:39:06.454Z | Compiling mockall_derive v0.13.0 |
2677 | 2024-08-12T20:39:06.457Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=840718ae530a1b62 -C extra-filename=-840718ae530a1b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2678 | 2024-08-12T20:39:06.474Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-4a360e1607cc080d/build-script-build` |
2679 | 2024-08-12T20:39:06.541Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2680 | 2024-08-12T20:39:06.544Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03b8ac6ea3fd311e -C extra-filename=-03b8ac6ea3fd311e --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2681 | 2024-08-12T20:39:06.803Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build` |
2682 | 2024-08-12T20:39:06.832Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2683 | 2024-08-12T20:39:06.835Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bcf0f2aa9b53959 -C extra-filename=-1bcf0f2aa9b53959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2684 | 2024-08-12T20:39:06.886Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=602d7e1333826dc3 -C extra-filename=-602d7e1333826dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b9ac8a798b087133.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2685 | 2024-08-12T20:39:06.905Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build` |
2686 | 2024-08-12T20:39:06.931Z | Compiling humantime v2.1.0 |
2687 | 2024-08-12T20:39:06.934Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a85939c8c116b02 -C extra-filename=-0a85939c8c116b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2688 | 2024-08-12T20:39:06.958Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cce014470f5ef16c -C extra-filename=-cce014470f5ef16c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-e45b81bfb03b607e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a12fbd6bb1a690e9.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5a41ebd79bdfb4d1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-6bbe70412c43601f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-840ec633df61280a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2689 | 2024-08-12T20:39:07.157Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=3469f6a7fa8d3730 -C extra-filename=-3469f6a7fa8d3730 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
2690 | 2024-08-12T20:39:07.175Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2691 | 2024-08-12T20:39:07.177Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=519cef69df032e06 -C extra-filename=-519cef69df032e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2692 | 2024-08-12T20:39:07.370Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2693 | 2024-08-12T20:39:07.373Z | Running `/home/build/.rustup/toolchains/1.80.1-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=92b301a6174532f4 -C extra-filename=-92b301a6174532f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2694 | 2024-08-12T20:39:07.459Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2695 | 2024-08-12T20:39:07.462Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f06f04e5af42a208 -C extra-filename=-f06f04e5af42a208 --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-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2696 | 2024-08-12T20:39:07.923Z | Compiling num-derive v0.4.2 |
2697 | 2024-08-12T20:39:07.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e87aa7e5e1a1450f -C extra-filename=-e87aa7e5e1a1450f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2698 | 2024-08-12T20:39:08.371Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2699 | 2024-08-12T20:39:08.374Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=a3fc801a6ca21997 -C extra-filename=-a3fc801a6ca21997 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2700 | 2024-08-12T20:39:08.743Z | Compiling fragile v2.0.0 |
2701 | 2024-08-12T20:39:08.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=d2f257ecbd91aeaa -C extra-filename=-d2f257ecbd91aeaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2702 | 2024-08-12T20:39:09.090Z | Compiling downcast v0.11.0 |
2703 | 2024-08-12T20:39:09.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4fcc4acd430b883f -C extra-filename=-4fcc4acd430b883f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2024-08-12T20:39:09.334Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2705 | 2024-08-12T20:39:09.337Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a42d0265e6a6a8e0 -C extra-filename=-a42d0265e6a6a8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-92b301a6174532f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2706 | 2024-08-12T20:39:09.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build` |
2707 | 2024-08-12T20:39:09.403Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2708 | 2024-08-12T20:39:09.415Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=174f3be22cbb4bb6 -C extra-filename=-174f3be22cbb4bb6 --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-f06f04e5af42a208.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2709 | 2024-08-12T20:39:09.554Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2710 | 2024-08-12T20:39:09.557Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=14628cf789bc5604 -C extra-filename=-14628cf789bc5604 --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-eae50d376136a0ad.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-89f5d19d6249baf5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2711 | 2024-08-12T20:39:09.703Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2712 | 2024-08-12T20:39:09.706Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a48b0570c82bfc3f -C extra-filename=-a48b0570c82bfc3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-c6002415ff761945.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-14628cf789bc5604.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2713 | 2024-08-12T20:39:09.873Z | Dirty xattr v1.3.1: the rustflags changed |
2714 | 2024-08-12T20:39:09.873Z | Compiling xattr v1.3.1 |
2715 | 2024-08-12T20:39:09.876Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=d766a062abc03cbc -C extra-filename=-d766a062abc03cbc --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-4d32815ba64fa28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2024-08-12T20:39:10.149Z | Dirty filetime v0.2.23: the rustflags changed |
2717 | 2024-08-12T20:39:10.149Z | Compiling filetime v0.2.23 |
2718 | 2024-08-12T20:39:10.151Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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=a535010e0b851a9c -C extra-filename=-a535010e0b851a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2719 | 2024-08-12T20:39:10.480Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2720 | 2024-08-12T20:39:10.483Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=e887569bb27c2437 -C extra-filename=-e887569bb27c2437 --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-e6dbc30862eb38b9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-9a33ebd12b5ae53d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2721 | 2024-08-12T20:39:10.503Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2722 | 2024-08-12T20:39:10.506Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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=77fbe9dced22b539 -C extra-filename=-77fbe9dced22b539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-e87aa7e5e1a1450f.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2723 | 2024-08-12T20:39:10.717Z | Dirty tar v0.4.41: the rustflags changed |
2724 | 2024-08-12T20:39:10.717Z | Compiling tar v0.4.41 |
2725 | 2024-08-12T20:39:10.720Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=84a6496025f16148 -C extra-filename=-84a6496025f16148 --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-a535010e0b851a9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-d766a062abc03cbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2726 | 2024-08-12T20:39:10.971Z | Compiling arc-swap v1.7.1 |
2727 | 2024-08-12T20:39:10.974Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=0d304e6ef816775a -C extra-filename=-0d304e6ef816775a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2024-08-12T20:39:11.418Z | Compiling newline-converter v0.3.0 |
2729 | 2024-08-12T20:39:11.422Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1025312162311df7 -C extra-filename=-1025312162311df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2730 | 2024-08-12T20:39:11.594Z | Compiling slog-scope v4.4.0 |
2731 | 2024-08-12T20:39:11.594Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f11e017fd164908 -C extra-filename=-5f11e017fd164908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-0d304e6ef816775a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2732 | 2024-08-12T20:39:11.616Z | Compiling termcolor v1.4.1 |
2733 | 2024-08-12T20:39:11.619Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=729e749081eb9f7f -C extra-filename=-729e749081eb9f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2734 | 2024-08-12T20:39:11.778Z | Compiling expectorate v1.1.0 |
2735 | 2024-08-12T20:39:11.781Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=dd2116e3ef4953cd -C extra-filename=-dd2116e3ef4953cd --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-798580260be3f871.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2736 | 2024-08-12T20:39:12.025Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=c89b51718d939141 -C extra-filename=-c89b51718d939141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e6dbc30862eb38b9.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-65c1c01e8e7b713f.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e887569bb27c2437.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-9a33ebd12b5ae53d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
2737 | 2024-08-12T20:39:12.111Z | Compiling slog-stdlog v4.1.1 |
2738 | 2024-08-12T20:39:12.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=4305b37fc9523ddf -C extra-filename=-4305b37fc9523ddf --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-46cf9439802ec3f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2739 | 2024-08-12T20:39:12.249Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2740 | 2024-08-12T20:39:12.252Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=5f3721e3c83972f7 -C extra-filename=-5f3721e3c83972f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e6dbc30862eb38b9.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c89b51718d939141.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2741 | 2024-08-12T20:39:12.505Z | Compiling slog-envlogger v2.2.0 |
2742 | 2024-08-12T20:39:12.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=c284ac2c9c9fbc6d -C extra-filename=-c284ac2c9c9fbc6d --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-46cf9439802ec3f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-4305b37fc9523ddf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2743 | 2024-08-12T20:39:12.554Z | Compiling utf-8 v0.7.6 |
2744 | 2024-08-12T20:39:12.557Z | Compiling derive-where v1.2.7 |
2745 | 2024-08-12T20:39:12.557Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=402f663b8b26fd9e -C extra-filename=-402f663b8b26fd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2746 | 2024-08-12T20:39:12.571Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=234944ead28eb272 -C extra-filename=-234944ead28eb272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2747 | 2024-08-12T20:39:12.823Z | Compiling atty v0.2.14 |
2748 | 2024-08-12T20:39:12.826Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bc284534fe66366 -C extra-filename=-2bc284534fe66366 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2749 | 2024-08-12T20:39:12.875Z | Compiling tungstenite v0.21.0 |
2750 | 2024-08-12T20:39:12.878Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=810ed83c61536f37 -C extra-filename=-810ed83c61536f37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-887f9bb74160c1b6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e8d7e737b7a11eca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2751 | 2024-08-12T20:39:12.963Z | Compiling pem v3.0.4 |
2752 | 2024-08-12T20:39:12.966Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fc1210f8ac466272 -C extra-filename=-fc1210f8ac466272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2024-08-12T20:39:13.260Z | Compiling password-hash v0.5.0 |
2754 | 2024-08-12T20:39:13.264Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=fb555b835fc1e8f4 -C extra-filename=-fb555b835fc1e8f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2755 | 2024-08-12T20:39:13.785Z | Compiling blake2 v0.10.6 |
2756 | 2024-08-12T20:39:13.788Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=c074b63c91adb7c5 -C extra-filename=-c074b63c91adb7c5 --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-063d0c2469814ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2757 | 2024-08-12T20:39:14.272Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2758 | 2024-08-12T20:39:14.276Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/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=7abca995667d9d1e -C extra-filename=-7abca995667d9d1e --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-2977f4e89cc8b9da.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-cce014470f5ef16c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c89b51718d939141.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5f3721e3c83972f7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-9a33ebd12b5ae53d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2759 | 2024-08-12T20:39:14.480Z | Compiling tokio-tungstenite v0.21.0 |
2760 | 2024-08-12T20:39:14.484Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=f5f60c7458a9b913 -C extra-filename=-f5f60c7458a9b913 --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-0932cfe286ee3ae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-810ed83c61536f37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2761 | 2024-08-12T20:39:15.033Z | Compiling argon2 v0.5.3 |
2762 | 2024-08-12T20:39:15.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=592da556f59320f5 -C extra-filename=-592da556f59320f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-c074b63c91adb7c5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb555b835fc1e8f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2763 | 2024-08-12T20:39:15.061Z | Compiling tungstenite v0.20.1 |
2764 | 2024-08-12T20:39:15.064Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=186c88ef2da0d050 -C extra-filename=-186c88ef2da0d050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e8d7e737b7a11eca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2765 | 2024-08-12T20:39:15.350Z | Compiling env_logger v0.9.3 |
2766 | 2024-08-12T20:39:15.353Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=ceade83c27bb0aa8 -C extra-filename=-ceade83c27bb0aa8 --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-2bc284534fe66366.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2767 | 2024-08-12T20:39:15.589Z | Compiling mockall v0.13.0 |
2768 | 2024-08-12T20:39:15.592Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e40c300ce07fef91 -C extra-filename=-e40c300ce07fef91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-4fcc4acd430b883f.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d2f257ecbd91aeaa.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-3469f6a7fa8d3730.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2769 | 2024-08-12T20:39:15.636Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2770 | 2024-08-12T20:39:15.648Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66d3fed27bfdcd9d -C extra-filename=-66d3fed27bfdcd9d --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-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2771 | 2024-08-12T20:39:15.929Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2772 | 2024-08-12T20:39:15.948Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=430fad2de131fa67 -C extra-filename=-430fad2de131fa67 --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-592da556f59320f5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2773 | 2024-08-12T20:39:16.086Z | Compiling tokio-tungstenite v0.20.1 |
2774 | 2024-08-12T20:39:16.090Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=0ab7928683858411 -C extra-filename=-0ab7928683858411 --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-0932cfe286ee3ae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-186c88ef2da0d050.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2775 | 2024-08-12T20:39:16.301Z | Compiling bitstruct_derive v0.1.0 |
2776 | 2024-08-12T20:39:16.304Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d3b46eb0f9b2a27f -C extra-filename=-d3b46eb0f9b2a27f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2024-08-12T20:39:16.336Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2778 | 2024-08-12T20:39:16.339Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7a521208db6e6ce -C extra-filename=-d7a521208db6e6ce --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2779 | 2024-08-12T20:39:16.481Z | Compiling ascii v1.1.0 |
2780 | 2024-08-12T20:39:16.492Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde_test", "std"))' -C metadata=fd22831dba000475 -C extra-filename=-fd22831dba000475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2781 | 2024-08-12T20:39:16.614Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2782 | 2024-08-12T20:39:16.618Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c120b9fd9969436b -C extra-filename=-c120b9fd9969436b --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-2977f4e89cc8b9da.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-d7a521208db6e6ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2783 | 2024-08-12T20:39:16.680Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2784 | 2024-08-12T20:39:16.683Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f25be34a2513475d -C extra-filename=-f25be34a2513475d --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-66d3fed27bfdcd9d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2785 | 2024-08-12T20:39:16.935Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2786 | 2024-08-12T20:39:16.939Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=513d4176e6c11ba5 -C extra-filename=-513d4176e6c11ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-fd22831dba000475.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-ceade83c27bb0aa8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2787 | 2024-08-12T20:39:17.098Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2788 | 2024-08-12T20:39:17.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b234e64092700b10 -C extra-filename=-b234e64092700b10 --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-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2789 | 2024-08-12T20:39:17.129Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2790 | 2024-08-12T20:39:17.145Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=991b36dd2f9109f5 -C extra-filename=-991b36dd2f9109f5 --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-68fc8bbd292bded0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2791 | 2024-08-12T20:39:17.149Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2792 | 2024-08-12T20:39:17.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d021ab1984e46c0b -C extra-filename=-d021ab1984e46c0b --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-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2793 | 2024-08-12T20:39:17.451Z | Compiling erased-serde v0.3.31 |
2794 | 2024-08-12T20:39:17.454Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=9f23d94ad4615e1a -C extra-filename=-9f23d94ad4615e1a --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2024-08-12T20:39:17.511Z | Compiling serde_arrays v0.1.0 |
2796 | 2024-08-12T20:39:17.514Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb52a20db5ab6df9 -C extra-filename=-eb52a20db5ab6df9 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2797 | 2024-08-12T20:39:17.675Z | Compiling convert_case v0.4.0 |
2798 | 2024-08-12T20:39:17.679Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=6dc902c7485ec1d1 -C extra-filename=-6dc902c7485ec1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2799 | 2024-08-12T20:39:17.787Z | Compiling atomicwrites v0.4.3 |
2800 | 2024-08-12T20:39:17.790Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.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=c674abb4c8f8e20b -C extra-filename=-c674abb4c8f8e20b --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-4d32815ba64fa28f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2801 | 2024-08-12T20:39:17.862Z | Compiling bitstruct v0.1.1 |
2802 | 2024-08-12T20:39:17.865Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e149dd05d065ccf6 -C extra-filename=-e149dd05d065ccf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-d3b46eb0f9b2a27f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2803 | 2024-08-12T20:39:17.902Z | Compiling heck v0.3.3 |
2804 | 2024-08-12T20:39:17.905Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb0186a49dfb9c2f -C extra-filename=-fb0186a49dfb9c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2805 | 2024-08-12T20:39:17.949Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2806 | 2024-08-12T20:39:17.953Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=03f396be25151769 -C extra-filename=-03f396be25151769 --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-4b65a55a4f21cc04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a48b0570c82bfc3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-8865994fcc5e7a3a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2807 | 2024-08-12T20:39:17.977Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2808 | 2024-08-12T20:39:17.981Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca3d463ff48c182f -C extra-filename=-ca3d463ff48c182f --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2809 | 2024-08-12T20:39:18.148Z | Compiling headers-core v0.2.0 |
2810 | 2024-08-12T20:39:18.151Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=43b3858b00aee0f8 -C extra-filename=-43b3858b00aee0f8 --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-98c0ff5d1f9ce12e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2811 | 2024-08-12T20:39:18.304Z | Compiling zone_cfg_derive v0.1.2 |
2812 | 2024-08-12T20:39:18.307Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1791e02af9af5c7 -C extra-filename=-f1791e02af9af5c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-fb0186a49dfb9c2f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2813 | 2024-08-12T20:39:18.321Z | Compiling base64 v0.13.1 |
2814 | 2024-08-12T20:39:18.324Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=79bbfb0b738857f0 -C extra-filename=-79bbfb0b738857f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2815 | 2024-08-12T20:39:18.338Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build` |
2816 | 2024-08-12T20:39:18.365Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ab15b9be1474cb9 -C extra-filename=-0ab15b9be1474cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-e45b81bfb03b607e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a12fbd6bb1a690e9.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5a41ebd79bdfb4d1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-6bbe70412c43601f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-840ec633df61280a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
2817 | 2024-08-12T20:39:18.430Z | Compiling headers v0.3.9 |
2818 | 2024-08-12T20:39:18.433Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=19b14e3a4f041e54 -C extra-filename=-19b14e3a4f041e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-43b3858b00aee0f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e8d7e737b7a11eca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2819 | 2024-08-12T20:39:18.670Z | Compiling derive_more v0.99.18 |
2820 | 2024-08-12T20:39:18.673Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=ac5ac3f4604c12fa -C extra-filename=-ac5ac3f4604c12fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-6dc902c7485ec1d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2821 | 2024-08-12T20:39:18.913Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2822 | 2024-08-12T20:39:18.917Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crucible", "crucible-client-types", "crucible-full", "default", "dlpi", "falcon", "ispf", "libloading", "nexus-client", "num_enum", "omicron-build", "oximeter", "p9ds", "rand", "softnpu-lib"))' -C metadata=d0bba314b81924a9 -C extra-filename=-d0bba314b81924a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f25be34a2513475d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-e149dd05d065ccf6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-b234e64092700b10.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9f23d94ad4615e1a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-d021ab1984e46c0b.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-513d4176e6c11ba5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-eb52a20db5ab6df9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-c120b9fd9969436b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2823 | 2024-08-12T20:39:18.929Z | Compiling ron v0.7.1 |
2824 | 2024-08-12T20:39:18.932Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=d063f390e395d754 -C extra-filename=-d063f390e395d754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-79bbfb0b738857f0.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2825 | 2024-08-12T20:39:20.069Z | Compiling zone v0.1.8 |
2826 | 2024-08-12T20:39:20.074Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=644c7a3b2a51c736 -C extra-filename=-644c7a3b2a51c736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f1791e02af9af5c7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2827 | 2024-08-12T20:39:20.382Z | Compiling rcgen v0.12.1 |
2828 | 2024-08-12T20:39:20.386Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=c0d24244c77ad9c4 -C extra-filename=-c0d24244c77ad9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d38a24c7fc456068.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
2829 | 2024-08-12T20:39:21.337Z | Compiling portpicker v0.1.1 |
2830 | 2024-08-12T20:39:21.341Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fb8a714021eeaf1 -C extra-filename=-2fb8a714021eeaf1 --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-2bc27de9dad720ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2831 | 2024-08-12T20:39:21.651Z | Compiling home v0.5.9 |
2832 | 2024-08-12T20:39:21.657Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97a8c4bd154ecfb4 -C extra-filename=-97a8c4bd154ecfb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2833 | 2024-08-12T20:39:21.675Z | Compiling subprocess v0.2.9 |
2834 | 2024-08-12T20:39:21.681Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=327a8b94132b44f7 -C extra-filename=-327a8b94132b44f7 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2835 | 2024-08-12T20:39:21.939Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2836 | 2024-08-12T20:39:21.943Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=68f76a0818581d6b -C extra-filename=-68f76a0818581d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2837 | 2024-08-12T20:39:22.239Z | Compiling half v2.4.1 |
2838 | 2024-08-12T20:39:22.243Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=be03d1be726ab3c6 -C extra-filename=-be03d1be726ab3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2839 | 2024-08-12T20:39:22.848Z | Compiling ciborium-io v0.2.2 |
2840 | 2024-08-12T20:39:22.852Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9712a09c7e589f80 -C extra-filename=-9712a09c7e589f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2841 | 2024-08-12T20:39:22.878Z | Compiling semver v0.1.20 |
2842 | 2024-08-12T20:39:22.882Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af50ec457e24b5c5 -C extra-filename=-af50ec457e24b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2843 | 2024-08-12T20:39:22.917Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build` |
2844 | 2024-08-12T20:39:22.961Z | Compiling ciborium-ll v0.2.2 |
2845 | 2024-08-12T20:39:22.976Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=0b42dc700e213fb4 -C extra-filename=-0b42dc700e213fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-9712a09c7e589f80.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-be03d1be726ab3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2024-08-12T20:39:22.977Z | Compiling prettyplease v0.2.20 |
2847 | 2024-08-12T20:39:22.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8edd0c5489e3b208 -C extra-filename=-8edd0c5489e3b208 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2848 | 2024-08-12T20:39:23.320Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208/build-script-build` |
2849 | 2024-08-12T20:39:23.346Z | Compiling ciborium v0.2.2 |
2850 | 2024-08-12T20:39:23.355Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=afd428b65d2a83ac -C extra-filename=-afd428b65d2a83ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-9712a09c7e589f80.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0b42dc700e213fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2851 | 2024-08-12T20:39:23.387Z | Compiling rustc_version v0.1.7 |
2852 | 2024-08-12T20:39:23.390Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e7208ab064aef1a0 -C extra-filename=-e7208ab064aef1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-af50ec457e24b5c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2853 | 2024-08-12T20:39:23.580Z | Compiling linked-hash-map v0.5.6 |
2854 | 2024-08-12T20:39:23.583Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=e099fcafe1b8ddce -C extra-filename=-e099fcafe1b8ddce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2855 | 2024-08-12T20:39:23.666Z | Dirty swrite v0.1.0: the rustflags changed |
2856 | 2024-08-12T20:39:23.666Z | Compiling swrite v0.1.0 |
2857 | 2024-08-12T20:39:23.670Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=618c4abe1decdfc2 -C extra-filename=-618c4abe1decdfc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2858 | 2024-08-12T20:39:23.797Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ca17eaf7c3fa6651 -C extra-filename=-ca17eaf7c3fa6651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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)'` |
2859 | 2024-08-12T20:39:23.890Z | Compiling newtype_derive v0.1.6 |
2860 | 2024-08-12T20:39:23.895Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=c4c1ae37bf8fd7dc -C extra-filename=-c4c1ae37bf8fd7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e7208ab064aef1a0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2024-08-12T20:39:23.963Z | Compiling lru-cache v0.1.2 |
2862 | 2024-08-12T20:39:23.966Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=014178c12363f11b -C extra-filename=-014178c12363f11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-e099fcafe1b8ddce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2863 | 2024-08-12T20:39:24.174Z | Compiling rayon-core v1.12.1 |
2864 | 2024-08-12T20:39:24.178Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=dbd7eded198f5a43 -C extra-filename=-dbd7eded198f5a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2865 | 2024-08-12T20:39:24.263Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build` |
2866 | 2024-08-12T20:39:24.334Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=a6c5e59db985c498 -C extra-filename=-a6c5e59db985c498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
2867 | 2024-08-12T20:39:24.451Z | Compiling crossbeam-deque v0.8.5 |
2868 | 2024-08-12T20:39:24.454Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d3c0b407aa91d755 -C extra-filename=-d3c0b407aa91d755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2869 | 2024-08-12T20:39:24.514Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build` |
2870 | 2024-08-12T20:39:24.542Z | Compiling steno v0.4.1 |
2871 | 2024-08-12T20:39:24.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d97a1778ec336ddd -C extra-filename=-d97a1778ec336ddd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2872 | 2024-08-12T20:39:24.673Z | Compiling glob v0.3.1 |
2873 | 2024-08-12T20:39:24.676Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39f07e80d6316e9c -C extra-filename=-39f07e80d6316e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2874 | 2024-08-12T20:39:24.812Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4c44c92761c50284 -C extra-filename=-4c44c92761c50284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-d3c0b407aa91d755.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2024-08-12T20:39:24.931Z | Compiling num-rational v0.4.2 |
2876 | 2024-08-12T20:39:24.934Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=d35299848ca2e15c -C extra-filename=-d35299848ca2e15c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2877 | 2024-08-12T20:39:25.724Z | Compiling rayon v1.10.0 |
2878 | 2024-08-12T20:39:25.727Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8be4b95ce6e63459 -C extra-filename=-8be4b95ce6e63459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4c44c92761c50284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2879 | 2024-08-12T20:39:26.656Z | Compiling num-complex v0.4.6 |
2880 | 2024-08-12T20:39:26.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=6f36a9b5054667f2 -C extra-filename=-6f36a9b5054667f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2881 | 2024-08-12T20:39:26.725Z | Compiling constant_time_eq v0.3.0 |
2882 | 2024-08-12T20:39:26.739Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=bb2dcf9258e9fbc9 -C extra-filename=-bb2dcf9258e9fbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2024-08-12T20:39:26.865Z | Compiling arrayref v0.3.7 |
2884 | 2024-08-12T20:39:26.868Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c86a7a964b0dca8 -C extra-filename=-8c86a7a964b0dca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2885 | 2024-08-12T20:39:26.909Z | Compiling cancel-safe-futures v0.1.5 |
2886 | 2024-08-12T20:39:26.912Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2d15830b8e271b76 -C extra-filename=-2d15830b8e271b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2887 | 2024-08-12T20:39:26.960Z | Compiling arrayvec v0.7.4 |
2888 | 2024-08-12T20:39:26.963Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=417409ccb48187aa -C extra-filename=-417409ccb48187aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2889 | 2024-08-12T20:39:26.980Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=5a7e850bf47c1998 -C extra-filename=-5a7e850bf47c1998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
2890 | 2024-08-12T20:39:27.255Z | Compiling resolv-conf v0.7.0 |
2891 | 2024-08-12T20:39:27.258Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=c827375888fac402 -C extra-filename=-c827375888fac402 --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-3869aade05acba44.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2892 | 2024-08-12T20:39:27.355Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2893 | 2024-08-12T20:39:27.355Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84047d05b942aa1f -C extra-filename=-84047d05b942aa1f --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-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2894 | 2024-08-12T20:39:27.373Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build` |
2895 | 2024-08-12T20:39:27.399Z | Compiling itertools v0.13.0 |
2896 | 2024-08-12T20:39:27.402Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=17374fece069bfba -C extra-filename=-17374fece069bfba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2897 | 2024-08-12T20:39:27.687Z | Compiling num v0.4.3 |
2898 | 2024-08-12T20:39:27.690Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=11024960b20c5ca2 -C extra-filename=-11024960b20c5ca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-6f36a9b5054667f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d35299848ca2e15c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2899 | 2024-08-12T20:39:27.799Z | Compiling slog-dtrace v0.3.0 |
2900 | 2024-08-12T20:39:27.802Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a6bc5db261f7a6c -C extra-filename=-4a6bc5db261f7a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2901 | 2024-08-12T20:39:28.025Z | Compiling float-ord v0.3.2 |
2902 | 2024-08-12T20:39:28.028Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a1c88d1453503cb -C extra-filename=-7a1c88d1453503cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2903 | 2024-08-12T20:39:28.171Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build` |
2904 | 2024-08-12T20:39:28.194Z | Compiling trust-dns-resolver v0.22.0 |
2905 | 2024-08-12T20:39:28.197Z | Running `/home/build/.rustup/toolchains/1.80.1-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=42a813a1e29907a1 -C extra-filename=-42a813a1e29907a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c827375888fac402.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2906 | 2024-08-12T20:39:28.250Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=b06263df364b36f8 -C extra-filename=-b06263df364b36f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2907 | 2024-08-12T20:39:28.665Z | Compiling blake3 v1.5.1 |
2908 | 2024-08-12T20:39:28.671Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=ed6a2d939af06bb2 -C extra-filename=-ed6a2d939af06bb2 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-ed6a2d939af06bb2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2909 | 2024-08-12T20:39:28.855Z | Compiling ring v0.16.20 |
2910 | 2024-08-12T20:39:28.859Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=27345b34f7156ffe -C extra-filename=-27345b34f7156ffe --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-27345b34f7156ffe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2911 | 2024-08-12T20:39:29.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-ed6a2d939af06bb2/build-script-build` |
2912 | 2024-08-12T20:39:29.784Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2913 | 2024-08-12T20:39:29.787Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24f17c5fb02f87d5 -C extra-filename=-24f17c5fb02f87d5 --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-d0bba314b81924a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2914 | 2024-08-12T20:39:30.064Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-27345b34f7156ffe/build-script-build` |
2915 | 2024-08-12T20:39:30.223Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2916 | 2024-08-12T20:39:30.226Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d1313dc35094a13 -C extra-filename=-5d1313dc35094a13 --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-24f17c5fb02f87d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2024-08-12T20:39:30.645Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9777af1013745671 -C extra-filename=-9777af1013745671 --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-293757568803e346.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2918 | 2024-08-12T20:39:30.648Z | Compiling memmap2 v0.9.4 |
2919 | 2024-08-12T20:39:30.648Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=82d4518f388ba205 -C extra-filename=-82d4518f388ba205 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2920 | 2024-08-12T20:39:30.952Z | Compiling spin v0.5.2 |
2921 | 2024-08-12T20:39:30.955Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70522defaf54c867 -C extra-filename=-70522defaf54c867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2922 | 2024-08-12T20:39:31.122Z | Compiling untrusted v0.7.1 |
2923 | 2024-08-12T20:39:31.124Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f1b32950861d692 -C extra-filename=-7f1b32950861d692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2924 | 2024-08-12T20:39:31.187Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=1c342498a9c78833 -C extra-filename=-1c342498a9c78833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-82d4518f388ba205.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/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` |
2925 | 2024-08-12T20:39:31.230Z | Compiling topological-sort v0.2.2 |
2926 | 2024-08-12T20:39:31.233Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=652fc1df032ad6e6 -C extra-filename=-652fc1df032ad6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2927 | 2024-08-12T20:39:31.301Z | Compiling libsw v3.3.1 |
2928 | 2024-08-12T20:39:31.303Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=4df772a7e1051b5a -C extra-filename=-4df772a7e1051b5a --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-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2929 | 2024-08-12T20:39:31.459Z | Compiling linear-map v1.2.0 |
2930 | 2024-08-12T20:39:31.462Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=fa674040a9ff2f04 -C extra-filename=-fa674040a9ff2f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2931 | 2024-08-12T20:39:31.611Z | Compiling owo-colors v4.0.0 |
2932 | 2024-08-12T20:39:31.614Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=cedc2b4cdec5a13d -C extra-filename=-cedc2b4cdec5a13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2933 | 2024-08-12T20:39:31.848Z | Compiling toolchain_find v0.4.0 |
2934 | 2024-08-12T20:39:31.851Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a88b781c8bee9ca7 -C extra-filename=-a88b781c8bee9ca7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2935 | 2024-08-12T20:39:32.161Z | Compiling nibble_vec v0.1.0 |
2936 | 2024-08-12T20:39:32.168Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cff5fe5a9bb497b3 -C extra-filename=-cff5fe5a9bb497b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2937 | 2024-08-12T20:39:32.366Z | Compiling display-error-chain v0.2.0 |
2938 | 2024-08-12T20:39:32.369Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2184d2a5bed7ca0 -C extra-filename=-c2184d2a5bed7ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2939 | 2024-08-12T20:39:32.413Z | Compiling endian-type v0.1.2 |
2940 | 2024-08-12T20:39:32.416Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4766228c91a4863c -C extra-filename=-4766228c91a4863c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2941 | 2024-08-12T20:39:32.507Z | Compiling rustfmt-wrapper v0.2.1 |
2942 | 2024-08-12T20:39:32.509Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1e9bd619c32d7c9a -C extra-filename=-1e9bd619c32d7c9a --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-22ef41cdd9d4b24b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-a88b781c8bee9ca7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2943 | 2024-08-12T20:39:32.533Z | Compiling signature v2.2.0 |
2944 | 2024-08-12T20:39:32.536Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=ce00e055e524e85b -C extra-filename=-ce00e055e524e85b --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-063d0c2469814ada.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2945 | 2024-08-12T20:39:32.630Z | Compiling radix_trie v0.2.1 |
2946 | 2024-08-12T20:39:32.634Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f1644b6022ae8b51 -C extra-filename=-f1644b6022ae8b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-4766228c91a4863c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-cff5fe5a9bb497b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2947 | 2024-08-12T20:39:32.664Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=851a685856b7785d -C extra-filename=-851a685856b7785d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-70522defaf54c867.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7f1b32950861d692.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -l static=ring-core -l static=ring-test` |
2948 | 2024-08-12T20:39:32.830Z | Compiling fxhash v0.2.1 |
2949 | 2024-08-12T20:39:32.833Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7145ec3957bee753 -C extra-filename=-7145ec3957bee753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2950 | 2024-08-12T20:39:33.037Z | Compiling gethostname v0.5.0 |
2951 | 2024-08-12T20:39:33.040Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eaa52640ecce45b2 -C extra-filename=-eaa52640ecce45b2 --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-4d32815ba64fa28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2952 | 2024-08-12T20:39:33.126Z | Compiling libefi-sys v0.1.0 |
2953 | 2024-08-12T20:39:33.128Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89eca4a85d7dc878 -C extra-filename=-89eca4a85d7dc878 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2954 | 2024-08-12T20:39:33.261Z | Compiling bitfield-struct v0.6.1 |
2955 | 2024-08-12T20:39:33.264Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-struct-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e432a4d70a43cbeb -C extra-filename=-e432a4d70a43cbeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2956 | 2024-08-12T20:39:33.329Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2957 | 2024-08-12T20:39:33.332Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=213d7e46d27b5e3a -C extra-filename=-213d7e46d27b5e3a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-213d7e46d27b5e3a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2958 | 2024-08-12T20:39:33.481Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build` |
2959 | 2024-08-12T20:39:33.509Z | Compiling radium v0.7.0 |
2960 | 2024-08-12T20:39:33.511Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aac5360a52d794c2 -C extra-filename=-aac5360a52d794c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2961 | 2024-08-12T20:39:33.803Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2962 | 2024-08-12T20:39:33.807Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=951f8f72a4515548 -C extra-filename=-951f8f72a4515548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4df772a7e1051b5a.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
2963 | 2024-08-12T20:39:33.886Z | Compiling keccak v0.1.5 |
2964 | 2024-08-12T20:39:33.888Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=eb395ddfbca922f7 -C extra-filename=-eb395ddfbca922f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2965 | 2024-08-12T20:39:34.061Z | Compiling maplit v1.0.2 |
2966 | 2024-08-12T20:39:34.064Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9380d86e5571d46 -C extra-filename=-c9380d86e5571d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2967 | 2024-08-12T20:39:34.189Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build` |
2968 | 2024-08-12T20:39:34.218Z | Compiling sha3 v0.10.8 |
2969 | 2024-08-12T20:39:34.218Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=8a9435cf6bb267d5 -C extra-filename=-8a9435cf6bb267d5 --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-063d0c2469814ada.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eb395ddfbca922f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2970 | 2024-08-12T20:39:34.416Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-213d7e46d27b5e3a/build-script-build` |
2971 | 2024-08-12T20:39:34.538Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d06e3778a228b794 -C extra-filename=-d06e3778a228b794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
2972 | 2024-08-12T20:39:34.900Z | Compiling omicron-zone-package v0.11.0 |
2973 | 2024-08-12T20:39:34.903Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4df098800f023959 -C extra-filename=-4df098800f023959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-1c342498a9c78833.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a535010e0b851a9c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-851a685856b7785d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-652fc1df032ad6e6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out` |
2974 | 2024-08-12T20:39:34.918Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2975 | 2024-08-12T20:39:34.921Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b6d01d5e51a7a31 -C extra-filename=-5b6d01d5e51a7a31 --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-e432a4d70a43cbeb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2976 | 2024-08-12T20:39:34.998Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2977 | 2024-08-12T20:39:35.001Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cabee999dc4fa254 -C extra-filename=-cabee999dc4fa254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a12fbd6bb1a690e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2978 | 2024-08-12T20:39:35.215Z | Compiling secrecy v0.8.0 |
2979 | 2024-08-12T20:39:35.218Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=3213144694803eba -C extra-filename=-3213144694803eba --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-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2980 | 2024-08-12T20:39:35.503Z | Compiling maybe-uninit v2.0.0 |
2981 | 2024-08-12T20:39:35.506Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b33ceb08dbefeb3f -C extra-filename=-b33ceb08dbefeb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2982 | 2024-08-12T20:39:35.656Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2983 | 2024-08-12T20:39:35.660Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7dfca664bf9d4a -C extra-filename=-fc7dfca664bf9d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2984 | 2024-08-12T20:39:35.744Z | Compiling tap v1.0.1 |
2985 | 2024-08-12T20:39:35.747Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2d0ab5707464fd6 -C extra-filename=-b2d0ab5707464fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2986 | 2024-08-12T20:39:35.786Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2987 | 2024-08-12T20:39:35.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64f18d5f9e6af8f7 -C extra-filename=-64f18d5f9e6af8f7 --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-5b6d01d5e51a7a31.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2988 | 2024-08-12T20:39:35.931Z | Compiling wyz v0.5.1 |
2989 | 2024-08-12T20:39:35.934Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=670d18d58e113ca4 -C extra-filename=-670d18d58e113ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2990 | 2024-08-12T20:39:36.115Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build` |
2991 | 2024-08-12T20:39:36.187Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f6863bd7ef4a1f7 -C extra-filename=-4f6863bd7ef4a1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cabee999dc4fa254.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out -l static=pci` |
2992 | 2024-08-12T20:39:36.304Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2993 | 2024-08-12T20:39:36.307Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8bc5c84a44b94db -C extra-filename=-b8bc5c84a44b94db --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-2977f4e89cc8b9da.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2994 | 2024-08-12T20:39:36.380Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3594c9626bbbb1c8 -C extra-filename=-3594c9626bbbb1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
2995 | 2024-08-12T20:39:36.673Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2996 | 2024-08-12T20:39:36.673Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=a882179a8c0afa58 -C extra-filename=-a882179a8c0afa58 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a882179a8c0afa58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-9494c7e9645530d5.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2997 | 2024-08-12T20:39:36.693Z | Compiling funty v2.0.0 |
2998 | 2024-08-12T20:39:36.693Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ce4fa0821c4650a -C extra-filename=-3ce4fa0821c4650a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2999 | 2024-08-12T20:39:36.749Z | Compiling crc-catalog v2.4.0 |
3000 | 2024-08-12T20:39:36.749Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87c291626f6ecab4 -C extra-filename=-87c291626f6ecab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3001 | 2024-08-12T20:39:36.782Z | Compiling packed_struct v0.10.1 |
3002 | 2024-08-12T20:39:36.787Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=d51a549b82168867 -C extra-filename=-d51a549b82168867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3003 | 2024-08-12T20:39:36.890Z | Compiling num-bigint-dig v0.8.4 |
3004 | 2024-08-12T20:39:36.890Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=808813f304a6b729 -C extra-filename=-808813f304a6b729 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-808813f304a6b729 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3005 | 2024-08-12T20:39:37.069Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
3006 | 2024-08-12T20:39:37.096Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dde8cf5810e00a9 -C extra-filename=-5dde8cf5810e00a9 --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-ed727b1d1d52c3b7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a48b0570c82bfc3f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-03f396be25151769.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3007 | 2024-08-12T20:39:37.243Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a882179a8c0afa58/build-script-build` |
3008 | 2024-08-12T20:39:37.245Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-808813f304a6b729/build-script-build` |
3009 | 2024-08-12T20:39:37.276Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
3010 | 2024-08-12T20:39:37.276Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/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=9f10a637a83f5f24 -C extra-filename=-9f10a637a83f5f24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3011 | 2024-08-12T20:39:37.296Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3012 | 2024-08-12T20:39:37.299Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a12a1076a94c87 -C extra-filename=-85a12a1076a94c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3013 | 2024-08-12T20:39:37.321Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3014 | 2024-08-12T20:39:37.332Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca2b9d21f682e124 -C extra-filename=-ca2b9d21f682e124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3015 | 2024-08-12T20:39:37.519Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3016 | 2024-08-12T20:39:37.521Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=e309775d37071bf9 -C extra-filename=-e309775d37071bf9 --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-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3017 | 2024-08-12T20:39:37.992Z | Compiling bitvec v1.0.1 |
3018 | 2024-08-12T20:39:37.995Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=909cbfa6eb3d9f80 -C extra-filename=-909cbfa6eb3d9f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-3ce4fa0821c4650a.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-3594c9626bbbb1c8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-670d18d58e113ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3019 | 2024-08-12T20:39:38.525Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build` |
3020 | 2024-08-12T20:39:38.557Z | Compiling crc v3.2.1 |
3021 | 2024-08-12T20:39:38.559Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=594e16b556b993ff -C extra-filename=-594e16b556b993ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-87c291626f6ecab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3022 | 2024-08-12T20:39:39.261Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bd8209eaf08f08e -C extra-filename=-3bd8209eaf08f08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
3023 | 2024-08-12T20:39:39.277Z | Compiling packed_struct_codegen v0.10.1 |
3024 | 2024-08-12T20:39:39.280Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8c7308880c8ae94 -C extra-filename=-d8c7308880c8ae94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3025 | 2024-08-12T20:39:39.363Z | Compiling indexmap v1.9.3 |
3026 | 2024-08-12T20:39:39.366Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=88f5c6eb7293a0b0 -C extra-filename=-88f5c6eb7293a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3027 | 2024-08-12T20:39:39.751Z | Compiling nodrop v0.1.14 |
3028 | 2024-08-12T20:39:39.756Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=65f1921b9b77854c -C extra-filename=-65f1921b9b77854c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3029 | 2024-08-12T20:39:39.909Z | Compiling array-init v0.0.4 |
3030 | 2024-08-12T20:39:39.912Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e41c705284fc9a0c -C extra-filename=-e41c705284fc9a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-65f1921b9b77854c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3031 | 2024-08-12T20:39:41.157Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build` |
3032 | 2024-08-12T20:39:41.186Z | Compiling smallvec v0.6.14 |
3033 | 2024-08-12T20:39:41.190Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e983482a565d5787 -C extra-filename=-e983482a565d5787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-3bd8209eaf08f08e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3034 | 2024-08-12T20:39:41.345Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3035 | 2024-08-12T20:39:41.353Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b50465c9c060571d -C extra-filename=-b50465c9c060571d --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-b50465c9c060571d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4df098800f023959.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e9bd619c32d7c9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out` |
3036 | 2024-08-12T20:39:41.614Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=c25d3b390f50ee39 -C extra-filename=-c25d3b390f50ee39 --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-2977f4e89cc8b9da.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-962af3b3f7fb4853/out/lib -l static=bz2` |
3037 | 2024-08-12T20:39:41.764Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=4c9aca4b4cc43703 -C extra-filename=-4c9aca4b4cc43703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
3038 | 2024-08-12T20:39:41.764Z | Compiling pkcs1 v0.7.5 |
3039 | 2024-08-12T20:39:41.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=151e89d0e785c810 -C extra-filename=-151e89d0e785c810 --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-2e2246a80907230e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-12eceb7963aa19ce.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3ab41e75698ddea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3040 | 2024-08-12T20:39:42.359Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3041 | 2024-08-12T20:39:42.366Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7c3588575d164c1 -C extra-filename=-b7c3588575d164c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-0ab15b9be1474cb9.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-2fb8a714021eeaf1.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-e309775d37071bf9.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-5d1313dc35094a13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d063f390e395d754.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f5f60c7458a9b913.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-644c7a3b2a51c736.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3042 | 2024-08-12T20:39:42.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3043 | 2024-08-12T20:39:42.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=506be46cb643661f -C extra-filename=-506be46cb643661f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c03382b439941d16.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3044 | 2024-08-12T20:39:43.684Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=409fe3a2754980af -C extra-filename=-409fe3a2754980af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c03382b439941d16.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3045 | 2024-08-12T20:39:44.463Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=5b8e618f4d0f4869 -C extra-filename=-5b8e618f4d0f4869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-909cbfa6eb3d9f80.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-d8c7308880c8ae94.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3046 | 2024-08-12T20:39:45.134Z | Compiling async-recursion v1.1.1 |
3047 | 2024-08-12T20:39:45.136Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e74908f8c70ed7e -C extra-filename=-7e74908f8c70ed7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3048 | 2024-08-12T20:39:47.081Z | Compiling hashbrown v0.12.3 |
3049 | 2024-08-12T20:39:47.084Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0f7cc877183c8f1d -C extra-filename=-0f7cc877183c8f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3050 | 2024-08-12T20:39:48.241Z | Compiling bitfield v0.14.0 |
3051 | 2024-08-12T20:39:48.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=153e688f326b9e0e -C extra-filename=-153e688f326b9e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3052 | 2024-08-12T20:39:48.548Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3053 | 2024-08-12T20:39:48.568Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e0ada281b264147 -C extra-filename=-5e0ada281b264147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-153e688f326b9e0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5b8e618f4d0f4869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3054 | 2024-08-12T20:39:48.571Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=414afdde7c84f505 -C extra-filename=-414afdde7c84f505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-0f7cc877183c8f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3055 | 2024-08-12T20:39:49.312Z | Compiling rsa v0.9.6 |
3056 | 2024-08-12T20:39:49.315Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="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=9e2a5d121d261937 -C extra-filename=-9e2a5d121d261937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c9aca4b4cc43703.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-151e89d0e785c810.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-12eceb7963aa19ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ce00e055e524e85b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3ab41e75698ddea9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3057 | 2024-08-12T20:39:49.425Z | Compiling bzip2 v0.4.4 |
3058 | 2024-08-12T20:39:49.428Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=0cfc440bc01c497c -C extra-filename=-0cfc440bc01c497c --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-c25d3b390f50ee39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.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-962af3b3f7fb4853/out/lib` |
3059 | 2024-08-12T20:39:49.827Z | Compiling serde-hex v0.1.0 |
3060 | 2024-08-12T20:39:49.830Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b485153bc70a4e7d -C extra-filename=-b485153bc70a4e7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-e41c705284fc9a0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e983482a565d5787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3061 | 2024-08-12T20:39:54.511Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=e101c51b7c95d47a -C extra-filename=-e101c51b7c95d47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-174f3be22cbb4bb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-77fbe9dced22b539.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-e40c300ce07fef91.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5f3721e3c83972f7.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-519cef69df032e06.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3062 | 2024-08-12T20:39:55.826Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3063 | 2024-08-12T20:39:55.829Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f7bd0abc5e5f250 -C extra-filename=-7f7bd0abc5e5f250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3064 | 2024-08-12T20:39:56.394Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
3065 | 2024-08-12T20:39:56.397Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a600d3387358bb54 -C extra-filename=-a600d3387358bb54 --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-77180ecea8364755.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-409fe3a2754980af.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3066 | 2024-08-12T20:39:57.022Z | Running `/home/build/.rustup/toolchains/1.80.1-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=a08f96903063ec65 -C extra-filename=-a08f96903063ec65 --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-77180ecea8364755.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3067 | 2024-08-12T20:39:57.203Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-b50465c9c060571d/build-script-build` |
3068 | 2024-08-12T20:39:58.091Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=044426f9b852c736 -C extra-filename=-044426f9b852c736 --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-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3069 | 2024-08-12T20:39:58.667Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3070 | 2024-08-12T20:39:58.670Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=1762c74b866d646a -C extra-filename=-1762c74b866d646a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a535010e0b851a9c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-b7c3588575d164c1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3071 | 2024-08-12T20:39:58.823Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3072 | 2024-08-12T20:39:58.826Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d15a128fa2c4a04 -C extra-filename=-4d15a128fa2c4a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3073 | 2024-08-12T20:39:59.570Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3074 | 2024-08-12T20:39:59.573Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8e8bafe9aeedaed2 -C extra-filename=-8e8bafe9aeedaed2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-82d89f457fd2da7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3075 | 2024-08-12T20:39:59.941Z | Compiling env_logger v0.10.2 |
3076 | 2024-08-12T20:39:59.944Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=c9672fa3b14ebf44 -C extra-filename=-c9672fa3b14ebf44 --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-0ee86796969381f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3077 | 2024-08-12T20:40:01.129Z | Compiling curve25519-dalek v4.1.3 |
3078 | 2024-08-12T20:40:01.132Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=74f0c26b6ca52619 -C extra-filename=-74f0c26b6ca52619 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-74f0c26b6ca52619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-d8f19efc890c16b8.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3079 | 2024-08-12T20:40:01.471Z | Compiling x509-cert v0.2.5 |
3080 | 2024-08-12T20:40:01.474Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=b59397361001af1c -C extra-filename=-b59397361001af1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3ab41e75698ddea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3081 | 2024-08-12T20:40:01.809Z | Compiling ron v0.8.1 |
3082 | 2024-08-12T20:40:01.844Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=1eac52e3ea034032 -C extra-filename=-1eac52e3ea034032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3083 | 2024-08-12T20:40:01.860Z | Compiling hashbrown v0.13.2 |
3084 | 2024-08-12T20:40:01.890Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c78464ebf8646c1c -C extra-filename=-c78464ebf8646c1c --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-a5310778e8190f9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3085 | 2024-08-12T20:40:03.033Z | Compiling universal-hash v0.5.1 |
3086 | 2024-08-12T20:40:03.035Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=32a5fe5265a7879f -C extra-filename=-32a5fe5265a7879f --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-767c05c3324991c7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3087 | 2024-08-12T20:40:03.238Z | Compiling opaque-debug v0.3.1 |
3088 | 2024-08-12T20:40:03.241Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41406f716c9b46c1 -C extra-filename=-41406f716c9b46c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3089 | 2024-08-12T20:40:03.346Z | Compiling crc-any v2.5.0 |
3090 | 2024-08-12T20:40:03.348Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=073ff27b036b089f -C extra-filename=-073ff27b036b089f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3091 | 2024-08-12T20:40:03.888Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3092 | 2024-08-12T20:40:03.891Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e94a204ad5d876a6 -C extra-filename=-e94a204ad5d876a6 --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-1eac52e3ea034032.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8e8bafe9aeedaed2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-82d89f457fd2da7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3093 | 2024-08-12T20:40:04.465Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3094 | 2024-08-12T20:40:04.468Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=45c5d3e2aca8af18 -C extra-filename=-45c5d3e2aca8af18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-073ff27b036b089f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c9672fa3b14ebf44.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-5e0ada281b264147.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5b8e618f4d0f4869.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e2a5d121d261937.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-b485153bc70a4e7d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b59397361001af1c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-82d89f457fd2da7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3095 | 2024-08-12T20:40:04.651Z | Compiling object v0.30.4 |
3096 | 2024-08-12T20:40:04.654Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=b59d4f83377bcbb6 -C extra-filename=-b59d4f83377bcbb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c78464ebf8646c1c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-414afdde7c84f505.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3097 | 2024-08-12T20:40:04.762Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-74f0c26b6ca52619/build-script-build` |
3098 | 2024-08-12T20:40:04.886Z | Compiling zip v0.6.6 |
3099 | 2024-08-12T20:40:04.889Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=975cc7c3b136a6d5 -C extra-filename=-975cc7c3b136a6d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-0cfc440bc01c497c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.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-962af3b3f7fb4853/out/lib` |
3100 | 2024-08-12T20:40:06.321Z | Compiling curve25519-dalek-derive v0.1.1 |
3101 | 2024-08-12T20:40:06.323Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9731a52ab566e16 -C extra-filename=-d9731a52ab566e16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3102 | 2024-08-12T20:40:06.334Z | Compiling path-slash v0.1.5 |
3103 | 2024-08-12T20:40:06.337Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3979c874cbe4d4d2 -C extra-filename=-3979c874cbe4d4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3104 | 2024-08-12T20:40:06.560Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3105 | 2024-08-12T20:40:06.563Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84b91a2cb3590668 -C extra-filename=-84b91a2cb3590668 --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-5547710810e44ff9.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3106 | 2024-08-12T20:40:07.345Z | Compiling parking_lot_core v0.8.6 |
3107 | 2024-08-12T20:40:07.361Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a3f244115cffbfcf -C extra-filename=-a3f244115cffbfcf --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3108 | 2024-08-12T20:40:07.921Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build` |
3109 | 2024-08-12T20:40:07.926Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3110 | 2024-08-12T20:40:07.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04e21571a412107d -C extra-filename=-04e21571a412107d --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-293757568803e346.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3111 | 2024-08-12T20:40:07.960Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=07f4602c23160474 -C extra-filename=-07f4602c23160474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-d9731a52ab566e16.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.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"'` |
3112 | 2024-08-12T20:40:08.670Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3113 | 2024-08-12T20:40:08.673Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb538db97c5f4a3b -C extra-filename=-bb538db97c5f4a3b --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-68fc8bbd292bded0.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a600d3387358bb54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3114 | 2024-08-12T20:40:09.163Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3115 | 2024-08-12T20:40:09.168Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=142c72f48996cc67 -C extra-filename=-142c72f48996cc67 --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-e101c51b7c95d47a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3116 | 2024-08-12T20:40:09.882Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3117 | 2024-08-12T20:40:09.898Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79a4aafc8753d09c -C extra-filename=-79a4aafc8753d09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3118 | 2024-08-12T20:40:10.176Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3119 | 2024-08-12T20:40:10.179Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ef17b10e7a26062 -C extra-filename=-8ef17b10e7a26062 --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-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3120 | 2024-08-12T20:40:11.829Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3121 | 2024-08-12T20:40:11.832Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afb2b9eaa39048aa -C extra-filename=-afb2b9eaa39048aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-82ec2fb5ad79c326.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3122 | 2024-08-12T20:40:12.232Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3123 | 2024-08-12T20:40:12.235Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c78eb120544f6962 -C extra-filename=-c78eb120544f6962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3124 | 2024-08-12T20:40:13.318Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3125 | 2024-08-12T20:40:13.321Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc8261d253565ddb -C extra-filename=-bc8261d253565ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cabee999dc4fa254.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b8bc5c84a44b94db.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-64f18d5f9e6af8f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3126 | 2024-08-12T20:40:15.884Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3127 | 2024-08-12T20:40:15.887Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f924ebfda82b9b7 -C extra-filename=-2f924ebfda82b9b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a08f96903063ec65.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bb538db97c5f4a3b.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3128 | 2024-08-12T20:40:16.078Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
3129 | 2024-08-12T20:40:16.081Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b12b75973fc69083 -C extra-filename=-b12b75973fc69083 --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-cc6b2a3dd9dcdc29.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-5e0ada281b264147.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-45c5d3e2aca8af18.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b59d4f83377bcbb6.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-9e2a5d121d261937.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8e8bafe9aeedaed2.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-e94a204ad5d876a6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-b59397361001af1c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-82d89f457fd2da7f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-975cc7c3b136a6d5.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-962af3b3f7fb4853/out/lib` |
3130 | 2024-08-12T20:40:16.323Z | Compiling aead v0.5.2 |
3131 | 2024-08-12T20:40:16.325Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=b894c6851f8a5eaf -C extra-filename=-b894c6851f8a5eaf --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-767c05c3324991c7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3132 | 2024-08-12T20:40:16.684Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3133 | 2024-08-12T20:40:16.687Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3083bc1db2ab9355 -C extra-filename=-3083bc1db2ab9355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3134 | 2024-08-12T20:40:17.079Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=903f82be3cc8f45c -C extra-filename=-903f82be3cc8f45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3135 | 2024-08-12T20:40:17.245Z | Compiling poly1305 v0.8.0 |
3136 | 2024-08-12T20:40:17.249Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7c42684b7a40cc14 -C extra-filename=-7c42684b7a40cc14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-32a5fe5265a7879f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3137 | 2024-08-12T20:40:17.742Z | Compiling chacha20 v0.9.1 |
3138 | 2024-08-12T20:40:17.745Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8893401613cb1f2b -C extra-filename=-8893401613cb1f2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3139 | 2024-08-12T20:40:18.205Z | Compiling thiserror-impl-no-std v2.0.2 |
3140 | 2024-08-12T20:40:18.208Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=77ad3d1425b194bc -C extra-filename=-77ad3d1425b194bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3141 | 2024-08-12T20:40:18.941Z | Compiling parking_lot v0.11.2 |
3142 | 2024-08-12T20:40:18.944Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=93ce086ec40fa078 -C extra-filename=-93ce086ec40fa078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-903f82be3cc8f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3143 | 2024-08-12T20:40:19.889Z | Compiling trust-dns-client v0.22.0 |
3144 | 2024-08-12T20:40:19.892Z | Running `/home/build/.rustup/toolchains/1.80.1-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=0617c273d0c6eea4 -C extra-filename=-0617c273d0c6eea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2024-08-12T20:40:20.564Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3146 | 2024-08-12T20:40:20.568Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cb087b35a2fa229 -C extra-filename=-2cb087b35a2fa229 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-2cb087b35a2fa229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3147 | 2024-08-12T20:40:20.944Z | Compiling toml v0.5.11 |
3148 | 2024-08-12T20:40:20.947Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7e499b7b60bb0d80 -C extra-filename=-7e499b7b60bb0d80 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3149 | 2024-08-12T20:40:21.040Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-2cb087b35a2fa229/build-script-build` |
3150 | 2024-08-12T20:40:21.067Z | Compiling sled v0.34.7 |
3151 | 2024-08-12T20:40:21.070Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=41409eacafe99742 -C extra-filename=-41409eacafe99742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-93ce086ec40fa078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3152 | 2024-08-12T20:40:21.779Z | Compiling thiserror-no-std v2.0.2 |
3153 | 2024-08-12T20:40:21.783Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=123bd425bdbf12ca -C extra-filename=-123bd425bdbf12ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-77ad3d1425b194bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3154 | 2024-08-12T20:40:21.909Z | Compiling vsss-rs v3.3.4 |
3155 | 2024-08-12T20:40:21.912Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=38b9986782360d5f -C extra-filename=-38b9986782360d5f --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-07f4602c23160474.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-06ff9ddc7c7c443e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-123bd425bdbf12ca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3156 | 2024-08-12T20:40:23.011Z | Compiling trust-dns-server v0.22.1 |
3157 | 2024-08-12T20:40:23.014Z | Running `/home/build/.rustup/toolchains/1.80.1-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=f89e379a88d69758 -C extra-filename=-f89e379a88d69758 --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-5547710810e44ff9.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-9b933cbcd590b5a5.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-ddefdeaccf862fab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7e499b7b60bb0d80.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3158 | 2024-08-12T20:40:24.756Z | Compiling chacha20poly1305 v0.10.1 |
3159 | 2024-08-12T20:40:24.759Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=b090582d142010c1 -C extra-filename=-b090582d142010c1 --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-b894c6851f8a5eaf.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-8893401613cb1f2b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7c42684b7a40cc14.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3160 | 2024-08-12T20:40:24.806Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3161 | 2024-08-12T20:40:24.809Z | Running `/home/build/.rustup/toolchains/1.80.1-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=9ec98ecb23ec12d8 -C extra-filename=-9ec98ecb23ec12d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-9ec98ecb23ec12d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3162 | 2024-08-12T20:40:24.989Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3163 | 2024-08-12T20:40:24.994Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8487537405a15563 -C extra-filename=-8487537405a15563 --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-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3164 | 2024-08-12T20:40:25.182Z | Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-9ec98ecb23ec12d8/build-script-build` |
3165 | 2024-08-12T20:40:25.211Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
3166 | 2024-08-12T20:40:25.214Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/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=5c0004a4f556c049 -C extra-filename=-5c0004a4f556c049 --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-8c7e485ec2ad2d27.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3167 | 2024-08-12T20:40:25.400Z | Compiling buf-list v1.0.3 |
3168 | 2024-08-12T20:40:25.403Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=dd0c3643a1e99061 -C extra-filename=-dd0c3643a1e99061 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3169 | 2024-08-12T20:40:26.119Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3170 | 2024-08-12T20:40:26.122Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd61af964208c706 -C extra-filename=-fd61af964208c706 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3171 | 2024-08-12T20:40:26.530Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3468ff8fb5d06a1 -C extra-filename=-a3468ff8fb5d06a1 --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-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b090582d142010c1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-38b9986782360d5f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3172 | 2024-08-12T20:40:26.581Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3173 | 2024-08-12T20:40:26.584Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b9ceadde4431c83 -C extra-filename=-2b9ceadde4431c83 --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-5c0004a4f556c049.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3174 | 2024-08-12T20:40:27.568Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build` |
3175 | 2024-08-12T20:40:27.641Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8c23dc907c03cf0 -C extra-filename=-b8c23dc907c03cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3176 | 2024-08-12T20:40:28.937Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3177 | 2024-08-12T20:40:28.940Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91184657540ad908 -C extra-filename=-91184657540ad908 --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-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3178 | 2024-08-12T20:40:29.214Z | Compiling diff v0.1.13 |
3179 | 2024-08-12T20:40:29.217Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f6054f8c11a1395 -C extra-filename=-0f6054f8c11a1395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3180 | 2024-08-12T20:40:29.716Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=8cfc6ff965e112ba -C extra-filename=-8cfc6ff965e112ba --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-77180ecea8364755.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
3181 | 2024-08-12T20:40:29.879Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3182 | 2024-08-12T20:40:29.895Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08e70af831700d9e -C extra-filename=-08e70af831700d9e --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-c2184d2a5bed7ca0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9869d6c52f6f1440.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3183 | 2024-08-12T20:40:29.900Z | Compiling vte_generate_state_changes v0.1.1 |
3184 | 2024-08-12T20:40:29.900Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e9eb6feba6ae14e -C extra-filename=-8e9eb6feba6ae14e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3185 | 2024-08-12T20:40:30.323Z | Compiling nanorand v0.7.0 |
3186 | 2024-08-12T20:40:30.323Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=13f16b14a2e89b1c -C extra-filename=-13f16b14a2e89b1c --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-f17162317cb3b488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3187 | 2024-08-12T20:40:30.630Z | Compiling unicase v2.7.0 |
3188 | 2024-08-12T20:40:30.633Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=89ba4bd6c7d617ff -C extra-filename=-89ba4bd6c7d617ff --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3189 | 2024-08-12T20:40:30.686Z | Compiling vte v0.11.1 |
3190 | 2024-08-12T20:40:30.689Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=da756e692dd39587 -C extra-filename=-da756e692dd39587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-8e9eb6feba6ae14e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3191 | 2024-08-12T20:40:30.874Z | Compiling flume v0.11.0 |
3192 | 2024-08-12T20:40:30.877Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=ab09ab072df8f040 -C extra-filename=-ab09ab072df8f040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-13f16b14a2e89b1c.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3193 | 2024-08-12T20:40:31.015Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build` |
3194 | 2024-08-12T20:40:31.225Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3195 | 2024-08-12T20:40:31.228Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=982ee3048563063d -C extra-filename=-982ee3048563063d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3196 | 2024-08-12T20:40:31.596Z | Compiling dsl_auto_type v0.1.2 |
3197 | 2024-08-12T20:40:31.600Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=175945ea8bfee87f -C extra-filename=-175945ea8bfee87f --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-1eef50407f8fb897.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3198 | 2024-08-12T20:40:31.614Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3199 | 2024-08-12T20:40:31.614Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2cf5c1f6c371763 -C extra-filename=-d2cf5c1f6c371763 --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-68fc8bbd292bded0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3200 | 2024-08-12T20:40:31.859Z | Compiling fd-lock v4.0.2 |
3201 | 2024-08-12T20:40:31.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=baac93ad9c204f42 -C extra-filename=-baac93ad9c204f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3202 | 2024-08-12T20:40:32.074Z | Compiling kstat-rs v0.2.4 |
3203 | 2024-08-12T20:40:32.077Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7ab64d30cf2d03e -C extra-filename=-f7ab64d30cf2d03e --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-2977f4e89cc8b9da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3204 | 2024-08-12T20:40:32.152Z | Compiling pin-project-internal v1.1.5 |
3205 | 2024-08-12T20:40:32.155Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0d0ef537a1176da -C extra-filename=-a0d0ef537a1176da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3206 | 2024-08-12T20:40:32.483Z | Compiling diesel_table_macro_syntax v0.2.0 |
3207 | 2024-08-12T20:40:32.485Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15b615f255f3c9c7 -C extra-filename=-15b615f255f3c9c7 --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-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3208 | 2024-08-12T20:40:32.740Z | Compiling scheduled-thread-pool v0.2.7 |
3209 | 2024-08-12T20:40:32.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=220dc2c6cd5a480d -C extra-filename=-220dc2c6cd5a480d --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-d2c6d5e451dfd0ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3210 | 2024-08-12T20:40:32.934Z | Compiling crunchy v0.2.2 |
3211 | 2024-08-12T20:40:32.937Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d0d09c3e0406dd3c -C extra-filename=-d0d09c3e0406dd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3212 | 2024-08-12T20:40:33.277Z | Compiling diesel_derives v2.2.2 |
3213 | 2024-08-12T20:40:33.280Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=014008664caa3863 -C extra-filename=-014008664caa3863 --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-15b615f255f3c9c7.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-175945ea8bfee87f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2024-08-12T20:40:33.418Z | Compiling r2d2 v0.8.10 |
3215 | 2024-08-12T20:40:33.421Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50df0a882d5dbb21 -C extra-filename=-50df0a882d5dbb21 --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-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-220dc2c6cd5a480d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3216 | 2024-08-12T20:40:33.561Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build` |
3217 | 2024-08-12T20:40:33.589Z | Compiling strip-ansi-escapes v0.2.0 |
3218 | 2024-08-12T20:40:33.592Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=764761c5fd61b799 -C extra-filename=-764761c5fd61b799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-da756e692dd39587.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3219 | 2024-08-12T20:40:33.795Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=e2ab1fb871611f01 -C extra-filename=-e2ab1fb871611f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` |
3220 | 2024-08-12T20:40:34.018Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3221 | 2024-08-12T20:40:34.021Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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=96d2002e9b03fcd1 -C extra-filename=-96d2002e9b03fcd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3222 | 2024-08-12T20:40:34.204Z | Compiling clang-sys v1.7.0 |
3223 | 2024-08-12T20:40:34.207Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=0d805f3cffbd8165 -C extra-filename=-0d805f3cffbd8165 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2024-08-12T20:40:35.031Z | Compiling tiny-keccak v2.0.2 |
3225 | 2024-08-12T20:40:35.034Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=df1efb505928501a -C extra-filename=-df1efb505928501a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3226 | 2024-08-12T20:40:35.412Z | Compiling nu-ansi-term v0.50.0 |
3227 | 2024-08-12T20:40:35.414Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=77516f015f1cbfc0 -C extra-filename=-77516f015f1cbfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3228 | 2024-08-12T20:40:35.523Z | Compiling pin-project v1.1.5 |
3229 | 2024-08-12T20:40:35.525Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=080cdcd9f2461ddf -C extra-filename=-080cdcd9f2461ddf --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-a0d0ef537a1176da.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3230 | 2024-08-12T20:40:35.677Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build` |
3231 | 2024-08-12T20:40:35.694Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build` |
3232 | 2024-08-12T20:40:35.702Z | Compiling mime_guess v2.0.4 |
3233 | 2024-08-12T20:40:35.705Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=470faaa06d049e38 -C extra-filename=-470faaa06d049e38 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3234 | 2024-08-12T20:40:35.735Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=162ad21e175bb473 -C extra-filename=-162ad21e175bb473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3235 | 2024-08-12T20:40:35.836Z | Compiling reedline v0.31.0 |
3236 | 2024-08-12T20:40:35.839Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.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=bcc0225e784eba2a -C extra-filename=-bcc0225e784eba2a --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-293757568803e346.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-baac93ad9c204f42.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-77516f015f1cbfc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-764761c5fd61b799.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-18bdee483c3af4e6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3237 | 2024-08-12T20:40:36.168Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3238 | 2024-08-12T20:40:36.171Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=85031c8c56600bb3 -C extra-filename=-85031c8c56600bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f7ab64d30cf2d03e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3239 | 2024-08-12T20:40:37.145Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3240 | 2024-08-12T20:40:37.148Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69b912b74920afe7 -C extra-filename=-69b912b74920afe7 --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-fc36a1f9a9977bfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3241 | 2024-08-12T20:40:38.066Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
3242 | 2024-08-12T20:40:38.069Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=b0bef1b6c3351730 -C extra-filename=-b0bef1b6c3351730 --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-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f5f60c7458a9b913.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3243 | 2024-08-12T20:40:41.763Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3244 | 2024-08-12T20:40:41.766Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a66c1654fbbc179 -C extra-filename=-5a66c1654fbbc179 --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-221ba1405102a70d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3245 | 2024-08-12T20:40:42.026Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3246 | 2024-08-12T20:40:42.029Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ffbff423d694586 -C extra-filename=-2ffbff423d694586 --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-293757568803e346.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3247 | 2024-08-12T20:40:43.236Z | Compiling ref-cast v1.0.23 |
3248 | 2024-08-12T20:40:43.239Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae2f172469cd8229 -C extra-filename=-ae2f172469cd8229 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3249 | 2024-08-12T20:40:43.466Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build` |
3250 | 2024-08-12T20:40:43.509Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=3712e4e066a0ae45 -C extra-filename=-3712e4e066a0ae45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-162ad21e175bb473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2024-08-12T20:40:43.741Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3252 | 2024-08-12T20:40:43.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b4533359b7ee59a -C extra-filename=-2b4533359b7ee59a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2b4533359b7ee59a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3253 | 2024-08-12T20:40:43.854Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build` |
3254 | 2024-08-12T20:40:43.923Z | Compiling ascii-canvas v3.0.0 |
3255 | 2024-08-12T20:40:43.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59554cb0351596d5 -C extra-filename=-59554cb0351596d5 --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-310ac55cad65c385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3256 | 2024-08-12T20:40:44.098Z | Compiling ref-cast-impl v1.0.23 |
3257 | 2024-08-12T20:40:44.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b3ea013b0ae4de4 -C extra-filename=-5b3ea013b0ae4de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3258 | 2024-08-12T20:40:44.171Z | Compiling ena v0.14.3 |
3259 | 2024-08-12T20:40:44.175Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=b198564bc9d44e38 -C extra-filename=-b198564bc9d44e38 --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-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3260 | 2024-08-12T20:40:44.497Z | Compiling libloading v0.8.3 |
3261 | 2024-08-12T20:40:44.500Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b1ac854d05c5d8 -C extra-filename=-12b1ac854d05c5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3262 | 2024-08-12T20:40:44.591Z | Compiling bindgen v0.69.4 |
3263 | 2024-08-12T20:40:44.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=0b19588ea3b34f70 -C extra-filename=-0b19588ea3b34f70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3264 | 2024-08-12T20:40:44.968Z | Compiling cfg_aliases v0.1.1 |
3265 | 2024-08-12T20:40:44.972Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c436d8aeff88cf48 -C extra-filename=-c436d8aeff88cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3266 | 2024-08-12T20:40:45.090Z | Dirty bytecount v0.6.8: the rustflags changed |
3267 | 2024-08-12T20:40:45.090Z | Compiling bytecount v0.6.8 |
3268 | 2024-08-12T20:40:45.093Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7ff1d2d43293053c -C extra-filename=-7ff1d2d43293053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3269 | 2024-08-12T20:40:45.305Z | Compiling regex-syntax v0.6.29 |
3270 | 2024-08-12T20:40:45.305Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=cf92ab4de6adaff0 -C extra-filename=-cf92ab4de6adaff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3271 | 2024-08-12T20:40:45.343Z | Dirty papergrid v0.11.0: the rustflags changed |
3272 | 2024-08-12T20:40:45.344Z | Compiling papergrid v0.11.0 |
3273 | 2024-08-12T20:40:45.346Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=79466898f12bed22 -C extra-filename=-79466898f12bed22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-7ff1d2d43293053c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3274 | 2024-08-12T20:40:45.454Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b97fffe3830b0cc9 -C extra-filename=-b97fffe3830b0cc9 --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-5b3ea013b0ae4de4.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)'` |
3275 | 2024-08-12T20:40:45.471Z | Compiling nix v0.28.0 |
3276 | 2024-08-12T20:40:45.471Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build` |
3277 | 2024-08-12T20:40:45.486Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ca13c98331e61947 -C extra-filename=-ca13c98331e61947 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c436d8aeff88cf48.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3278 | 2024-08-12T20:40:45.510Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libloading", "runtime", "static"))' -C metadata=55b1e103900e28bb -C extra-filename=-55b1e103900e28bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-12b1ac854d05c5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3279 | 2024-08-12T20:40:45.590Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-2b4533359b7ee59a/build-script-build` |
3280 | 2024-08-12T20:40:45.620Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e20d1e7d50ab8e8e -C extra-filename=-e20d1e7d50ab8e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3281 | 2024-08-12T20:40:46.415Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3282 | 2024-08-12T20:40:46.418Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a72eea9645eca773 -C extra-filename=-a72eea9645eca773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3283 | 2024-08-12T20:40:46.566Z | Compiling diesel v2.2.2 |
3284 | 2024-08-12T20:40:46.568Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=122f46d98cc42840 -C extra-filename=-122f46d98cc42840 --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-555b6489c82c47dd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-014008664caa3863.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-50df0a882d5dbb21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3285 | 2024-08-12T20:40:46.586Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3286 | 2024-08-12T20:40:46.609Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6973d6882f7cea41 -C extra-filename=-6973d6882f7cea41 --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-b50383c77533eb85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3287 | 2024-08-12T20:40:46.958Z | Compiling which v4.4.2 |
3288 | 2024-08-12T20:40:46.963Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=d46f03780b939681 -C extra-filename=-d46f03780b939681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2024-08-12T20:40:47.593Z | Compiling tabled_derive v0.7.0 |
3290 | 2024-08-12T20:40:47.597Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65809b3de658857b -C extra-filename=-65809b3de658857b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3291 | 2024-08-12T20:40:48.305Z | Compiling cexpr v0.6.0 |
3292 | 2024-08-12T20:40:48.316Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f30f2bacc7962607 -C extra-filename=-f30f2bacc7962607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3293 | 2024-08-12T20:40:49.409Z | Compiling lalrpop v0.19.12 |
3294 | 2024-08-12T20:40:49.412Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=d1264cd1cfa94304 -C extra-filename=-d1264cd1cfa94304 --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-59554cb0351596d5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-b198564bc9d44e38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-0ee86796969381f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cf92ab4de6adaff0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0bb620c5104812eb.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3712e4e066a0ae45.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3295 | 2024-08-12T20:40:50.073Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
3296 | 2024-08-12T20:40:50.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=e34e2e5c5a656a8c -C extra-filename=-e34e2e5c5a656a8c --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-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3297 | 2024-08-12T20:40:50.204Z | Compiling lazycell v1.3.0 |
3298 | 2024-08-12T20:40:50.206Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=83ab67f0ca0fe95a -C extra-filename=-83ab67f0ca0fe95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3299 | 2024-08-12T20:40:50.347Z | Compiling rustc-hash v1.1.0 |
3300 | 2024-08-12T20:40:50.350Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=151a9aad91d0e211 -C extra-filename=-151a9aad91d0e211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3301 | 2024-08-12T20:40:50.371Z | Compiling shlex v1.3.0 |
3302 | 2024-08-12T20:40:50.374Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cf1da36a64fc6247 -C extra-filename=-cf1da36a64fc6247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3303 | 2024-08-12T20:40:50.448Z | Compiling http-range v0.1.5 |
3304 | 2024-08-12T20:40:50.450Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f676f2a2dbefdb2 -C extra-filename=-0f676f2a2dbefdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3305 | 2024-08-12T20:40:50.503Z | Compiling tabled v0.15.0 |
3306 | 2024-08-12T20:40:50.505Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=fe3386b3995bd738 -C extra-filename=-fe3386b3995bd738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-79466898f12bed22.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-65809b3de658857b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3307 | 2024-08-12T20:40:50.787Z | Compiling hyper-staticfile v0.9.5 |
3308 | 2024-08-12T20:40:50.790Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1a6a30a3c868d44 -C extra-filename=-f1a6a30a3c868d44 --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-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0f676f2a2dbefdb2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-e20d1e7d50ab8e8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3309 | 2024-08-12T20:40:50.820Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=aa64919f52698729 -C extra-filename=-aa64919f52698729 --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-555b6489c82c47dd.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-55b1e103900e28bb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-151a9aad91d0e211.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-d46f03780b939681.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3310 | 2024-08-12T20:40:51.288Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
3311 | 2024-08-12T20:40:51.291Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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=5cb11204924f1c57 -C extra-filename=-5cb11204924f1c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-2bc284534fe66366.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e34e2e5c5a656a8c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eabec5495d5a76e2.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f5f60c7458a9b913.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3312 | 2024-08-12T20:40:51.753Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-ca13c98331e61947/build-script-build` |
3313 | 2024-08-12T20:40:51.780Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3314 | 2024-08-12T20:40:51.783Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1433788b8436411d -C extra-filename=-1433788b8436411d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1433788b8436411d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3315 | 2024-08-12T20:40:52.140Z | Compiling derive_builder_core v0.20.0 |
3316 | 2024-08-12T20:40:52.143Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=b52518d07d82a7b5 -C extra-filename=-b52518d07d82a7b5 --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-1eef50407f8fb897.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3317 | 2024-08-12T20:40:53.051Z | Compiling libxml v0.3.3 |
3318 | 2024-08-12T20:40:53.054Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25957f77bb8c67b9 -C extra-filename=-25957f77bb8c67b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2024-08-12T20:40:53.496Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build` |
3320 | 2024-08-12T20:40:53.539Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1433788b8436411d/build-script-build` |
3321 | 2024-08-12T20:40:53.569Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7b5e90db0b4ea873 -C extra-filename=-7b5e90db0b4ea873 --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-555b6489c82c47dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
3322 | 2024-08-12T20:40:54.614Z | Compiling derive_builder_macro v0.20.0 |
3323 | 2024-08-12T20:40:54.617Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=4a497c7febd897a3 -C extra-filename=-4a497c7febd897a3 --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-b52518d07d82a7b5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3324 | 2024-08-12T20:40:55.741Z | Compiling peg-macros v0.8.4 |
3325 | 2024-08-12T20:40:55.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=aee359804792bea5 -C extra-filename=-aee359804792bea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3326 | 2024-08-12T20:40:57.561Z | Compiling signal-hook-tokio v0.3.1 |
3327 | 2024-08-12T20:40:57.564Z | Compiling strum_macros v0.24.3 |
3328 | 2024-08-12T20:40:57.564Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=c5db7628101b1e13 -C extra-filename=-c5db7628101b1e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3329 | 2024-08-12T20:40:57.564Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2695a1968e5226c0 -C extra-filename=-2695a1968e5226c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3330 | 2024-08-12T20:40:57.768Z | Compiling snafu-derive v0.8.2 |
3331 | 2024-08-12T20:40:57.771Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=ff6e9c5ed4818f0e -C extra-filename=-ff6e9c5ed4818f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3332 | 2024-08-12T20:40:57.870Z | Compiling sqlparser_derive v0.2.2 |
3333 | 2024-08-12T20:40:57.874Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85f58c437e247a07 -C extra-filename=-85f58c437e247a07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3334 | 2024-08-12T20:40:59.142Z | Compiling memoffset v0.9.1 |
3335 | 2024-08-12T20:40:59.190Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=24a77ddfb9985470 -C extra-filename=-24a77ddfb9985470 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3336 | 2024-08-12T20:40:59.543Z | Compiling cookie v0.18.1 |
3337 | 2024-08-12T20:40:59.559Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=40d88af450dd2121 -C extra-filename=-40d88af450dd2121 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3338 | 2024-08-12T20:40:59.632Z | Compiling unicode_categories v0.1.1 |
3339 | 2024-08-12T20:40:59.635Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dd34baae30e9f8e -C extra-filename=-2dd34baae30e9f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3340 | 2024-08-12T20:40:59.956Z | Compiling indoc v1.0.9 |
3341 | 2024-08-12T20:40:59.959Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4282df15fb49f14d -C extra-filename=-4282df15fb49f14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3342 | 2024-08-12T20:40:59.974Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121/build-script-build` |
3343 | 2024-08-12T20:41:00.043Z | Compiling sqlformat v0.2.4 |
3344 | 2024-08-12T20:41:00.046Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72ddb42dd1caad9c -C extra-filename=-72ddb42dd1caad9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-2dd34baae30e9f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3345 | 2024-08-12T20:41:01.053Z | Compiling peg v0.8.4 |
3346 | 2024-08-12T20:41:01.055Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=dbd5df13355af3f1 -C extra-filename=-dbd5df13355af3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-aee359804792bea5.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3347 | 2024-08-12T20:41:01.162Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build` |
3348 | 2024-08-12T20:41:01.307Z | Compiling sqlparser v0.45.0 |
3349 | 2024-08-12T20:41:01.310Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=cf4c50de63ba6c44 -C extra-filename=-cf4c50de63ba6c44 --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-46cf9439802ec3f9.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-85f58c437e247a07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3350 | 2024-08-12T20:41:01.432Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3351 | 2024-08-12T20:41:01.436Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c6dc1ac92cdb7e80 -C extra-filename=-c6dc1ac92cdb7e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3352 | 2024-08-12T20:41:03.597Z | Compiling snafu v0.8.2 |
3353 | 2024-08-12T20:41:03.600Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=e47720a10bf357fe -C extra-filename=-e47720a10bf357fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-080cdcd9f2461ddf.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-ff6e9c5ed4818f0e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3354 | 2024-08-12T20:41:04.415Z | Compiling rustyline v14.0.0 |
3355 | 2024-08-12T20:41:04.418Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=903b190b05d135ba -C extra-filename=-903b190b05d135ba --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-555b6489c82c47dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-baac93ad9c204f42.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7b5e90db0b4ea873.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3356 | 2024-08-12T20:41:05.334Z | Compiling derive_builder v0.20.0 |
3357 | 2024-08-12T20:41:05.337Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=8e4e5b07c277594e -C extra-filename=-8e4e5b07c277594e --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-4a497c7febd897a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3358 | 2024-08-12T20:41:05.524Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fe0f1e86c7b7afc -C extra-filename=-5fe0f1e86c7b7afc --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
3359 | 2024-08-12T20:41:06.418Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3360 | 2024-08-12T20:41:06.423Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3c9556c90e3bcfa -C extra-filename=-b3c9556c90e3bcfa --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-221ba1405102a70d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3361 | 2024-08-12T20:41:08.527Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
3362 | 2024-08-12T20:41:08.529Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cf1e62ff5571d7a -C extra-filename=-4cf1e62ff5571d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3363 | 2024-08-12T20:41:08.783Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3364 | 2024-08-12T20:41:08.786Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04a75421e5b7c4eb -C extra-filename=-04a75421e5b7c4eb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-04a75421e5b7c4eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3365 | 2024-08-12T20:41:09.149Z | Compiling globset v0.4.14 |
3366 | 2024-08-12T20:41:09.152Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=9a76d6ec8a38a51d -C extra-filename=-9a76d6ec8a38a51d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2fe3c9c39ada8245.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3367 | 2024-08-12T20:41:09.401Z | Compiling olpc-cjson v0.1.3 |
3368 | 2024-08-12T20:41:09.404Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cae14f46699a9718 -C extra-filename=-cae14f46699a9718 --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-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3369 | 2024-08-12T20:41:09.680Z | Compiling bcs v0.1.6 |
3370 | 2024-08-12T20:41:09.682Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89bf38a2196dc6c8 -C extra-filename=-89bf38a2196dc6c8 --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-22ef41cdd9d4b24b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2024-08-12T20:41:10.440Z | Compiling serde_plain v1.0.2 |
3372 | 2024-08-12T20:41:10.444Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b42f862a11603132 -C extra-filename=-b42f862a11603132 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3373 | 2024-08-12T20:41:10.860Z | Compiling quick-xml v0.31.0 |
3374 | 2024-08-12T20:41:10.869Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.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=a8955a1b561680a4 -C extra-filename=-a8955a1b561680a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3375 | 2024-08-12T20:41:10.915Z | Compiling oso-derive v0.27.3 |
3376 | 2024-08-12T20:41:10.918Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e06eba2a3ddb785c -C extra-filename=-e06eba2a3ddb785c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3377 | 2024-08-12T20:41:10.962Z | Compiling impl-trait-for-tuples v0.2.2 |
3378 | 2024-08-12T20:41:10.965Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a623d5b63242388 -C extra-filename=-5a623d5b63242388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3379 | 2024-08-12T20:41:12.169Z | Compiling highway v1.2.0 |
3380 | 2024-08-12T20:41:12.173Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1afa1300e0ddf1c3 -C extra-filename=-1afa1300e0ddf1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3381 | 2024-08-12T20:41:12.990Z | Compiling typed-path v0.7.1 |
3382 | 2024-08-12T20:41:13.006Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=035dc440c125802f -C extra-filename=-035dc440c125802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3383 | 2024-08-12T20:41:14.382Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-04a75421e5b7c4eb/build-script-build` |
3384 | 2024-08-12T20:41:14.413Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=e7ab087565607334 -C extra-filename=-e7ab087565607334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
3385 | 2024-08-12T20:41:14.531Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=c7f104889891d3e1 -C extra-filename=-c7f104889891d3e1 --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-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3386 | 2024-08-12T20:41:15.657Z | Compiling tough v0.17.1 |
3387 | 2024-08-12T20:41:15.660Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("http", "integ", "reqwest"))' -C metadata=b52b1f20071a0a0f -C extra-filename=-b52b1f20071a0a0f --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-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-9a76d6ec8a38a51d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-cae14f46699a9718.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b42f862a11603132.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-e47720a10bf357fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-035dc440c125802f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3388 | 2024-08-12T20:41:16.336Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3389 | 2024-08-12T20:41:16.342Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=898f8d436ec27aff -C extra-filename=-898f8d436ec27aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3390 | 2024-08-12T20:41:18.247Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
3391 | 2024-08-12T20:41:18.250Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/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=5cc50ea7c00b5caa -C extra-filename=-5cc50ea7c00b5caa --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5cc50ea7c00b5caa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3392 | 2024-08-12T20:41:18.820Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3393 | 2024-08-12T20:41:18.836Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36b9ca17c559fa87 -C extra-filename=-36b9ca17c559fa87 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3394 | 2024-08-12T20:41:19.029Z | Compiling parse-size v1.0.0 |
3395 | 2024-08-12T20:41:19.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=93c89df6fe796d16 -C extra-filename=-93c89df6fe796d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3396 | 2024-08-12T20:41:19.276Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build` |
3397 | 2024-08-12T20:41:19.349Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5cc50ea7c00b5caa/build-script-build` |
3398 | 2024-08-12T20:41:19.424Z | Compiling nix v0.27.1 |
3399 | 2024-08-12T20:41:19.427Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b30266e661bf3d44 -C extra-filename=-b30266e661bf3d44 --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-555b6489c82c47dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e7ab087565607334.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3400 | 2024-08-12T20:41:19.724Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3401 | 2024-08-12T20:41:19.727Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=b33daee9b7f094dc -C extra-filename=-b33daee9b7f094dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-89bf38a2196dc6c8.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4cf1e62ff5571d7a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-903b190b05d135ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cf4c50de63ba6c44.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3402 | 2024-08-12T20:41:20.680Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3403 | 2024-08-12T20:41:20.683Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e83847d2505e1d7d -C extra-filename=-e83847d2505e1d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-82d89f457fd2da7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3404 | 2024-08-12T20:41:21.007Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3405 | 2024-08-12T20:41:21.012Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=b25c9ebddb401285 -C extra-filename=-b25c9ebddb401285 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b25c9ebddb401285 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3406 | 2024-08-12T20:41:21.377Z | Compiling const_format_proc_macros v0.2.32 |
3407 | 2024-08-12T20:41:21.377Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.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=486fb1d9e30cf15d -C extra-filename=-486fb1d9e30cf15d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3408 | 2024-08-12T20:41:21.463Z | Compiling bb8 v0.8.5 |
3409 | 2024-08-12T20:41:21.467Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=dd76c86ef13a4430 -C extra-filename=-dd76c86ef13a4430 --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-5547710810e44ff9.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3410 | 2024-08-12T20:41:22.023Z | Compiling serde-big-array v0.5.1 |
3411 | 2024-08-12T20:41:22.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=610a0d9504b6d4f1 -C extra-filename=-610a0d9504b6d4f1 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3412 | 2024-08-12T20:41:22.273Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/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=fcd3b29b60057bea -C extra-filename=-fcd3b29b60057bea --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-5547710810e44ff9.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c03382b439941d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-1e592de4ceaa78c2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b30266e661bf3d44.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-610a0d9504b6d4f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0bb620c5104812eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-e83847d2505e1d7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-975cc7c3b136a6d5.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-962af3b3f7fb4853/out/lib` |
3413 | 2024-08-12T20:41:23.668Z | Compiling const_format v0.2.32 |
3414 | 2024-08-12T20:41:23.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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=528bd09aa98caeb9 -C extra-filename=-528bd09aa98caeb9 --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-486fb1d9e30cf15d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3415 | 2024-08-12T20:41:24.435Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b25c9ebddb401285/build-script-build` |
3416 | 2024-08-12T20:41:24.464Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3417 | 2024-08-12T20:41:24.467Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f667c93ce45ee977 -C extra-filename=-f667c93ce45ee977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8086f8fc0bd87f1d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-975cc7c3b136a6d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3418 | 2024-08-12T20:41:26.975Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d209e1553178b909 -C extra-filename=-d209e1553178b909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a72eea9645eca773.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3419 | 2024-08-12T20:41:27.571Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ff71c7e88c897be -C extra-filename=-7ff71c7e88c897be --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-122f46d98cc42840.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3420 | 2024-08-12T20:41:27.998Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3421 | 2024-08-12T20:41:28.001Z | Running `/home/build/.rustup/toolchains/1.80.1-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=662ce10b7fbe22c9 -C extra-filename=-662ce10b7fbe22c9 --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-5547710810e44ff9.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-dd76c86ef13a4430.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3422 | 2024-08-12T20:41:28.684Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3423 | 2024-08-12T20:41:28.688Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12e2dee618c69a45 -C extra-filename=-12e2dee618c69a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fcd3b29b60057bea.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3424 | 2024-08-12T20:41:29.241Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3425 | 2024-08-12T20:41:29.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc7279da607f60bd -C extra-filename=-fc7279da607f60bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3426 | 2024-08-12T20:41:32.969Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3427 | 2024-08-12T20:41:32.971Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=253eae9139e3d4cc -C extra-filename=-253eae9139e3d4cc --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-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3428 | 2024-08-12T20:41:33.435Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3429 | 2024-08-12T20:41:33.439Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b36bb1f3ed70fd91 -C extra-filename=-b36bb1f3ed70fd91 --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-293757568803e346.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3430 | 2024-08-12T20:41:35.064Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3431 | 2024-08-12T20:41:35.067Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=704e33f3a1a532c3 -C extra-filename=-704e33f3a1a532c3 --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-f6b822542bc6338e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3432 | 2024-08-12T20:41:35.448Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3433 | 2024-08-12T20:41:35.450Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddcdfb144e4e45e0 -C extra-filename=-ddcdfb144e4e45e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-64fe453a3f9fcd4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3434 | 2024-08-12T20:41:37.173Z | Compiling assert_matches v1.5.0 |
3435 | 2024-08-12T20:41:37.176Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d65da3ab02c6d0c5 -C extra-filename=-d65da3ab02c6d0c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3436 | 2024-08-12T20:41:37.286Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3437 | 2024-08-12T20:41:37.289Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c54b5175f542e4d0 -C extra-filename=-c54b5175f542e4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3438 | 2024-08-12T20:41:37.569Z | Compiling rand_seeder v0.3.0 |
3439 | 2024-08-12T20:41:37.572Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2f1419aa81eff5f -C extra-filename=-e2f1419aa81eff5f --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-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3440 | 2024-08-12T20:41:37.909Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3441 | 2024-08-12T20:41:37.912Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3ed4a4b865a0d99 -C extra-filename=-b3ed4a4b865a0d99 --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-5547710810e44ff9.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3442 | 2024-08-12T20:41:38.459Z | Compiling portable-atomic v1.6.0 |
3443 | 2024-08-12T20:41:38.462Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=12021e4b795f02e3 -C extra-filename=-12021e4b795f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3444 | 2024-08-12T20:41:39.597Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build` |
3445 | 2024-08-12T20:41:39.673Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3446 | 2024-08-12T20:41:39.676Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e13c36bb787bfaa -C extra-filename=-3e13c36bb787bfaa --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-82ec2fb5ad79c326.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-e2f1419aa81eff5f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3447 | 2024-08-12T20:41:39.896Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3448 | 2024-08-12T20:41:39.899Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fa4b8091b9e5c83 -C extra-filename=-1fa4b8091b9e5c83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3449 | 2024-08-12T20:41:44.207Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=9d52c690f1b3b666 -C extra-filename=-9d52c690f1b3b666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16` |
3450 | 2024-08-12T20:41:45.476Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3451 | 2024-08-12T20:41:45.479Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5c20e1845fb6291 -C extra-filename=-d5c20e1845fb6291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/ssl-3/lib/amd64` |
3452 | 2024-08-12T20:41:45.617Z | Compiling number_prefix v0.4.0 |
3453 | 2024-08-12T20:41:45.620Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f0572afc11e7106 -C extra-filename=-8f0572afc11e7106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3454 | 2024-08-12T20:41:45.868Z | Compiling indicatif v0.17.8 |
3455 | 2024-08-12T20:41:45.872Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=0289058b02cf0b21 -C extra-filename=-0289058b02cf0b21 --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-798580260be3f871.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-8f0572afc11e7106.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-9d52c690f1b3b666.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3456 | 2024-08-12T20:41:47.787Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3457 | 2024-08-12T20:41:47.791Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e516f59be7639afc -C extra-filename=-e516f59be7639afc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3458 | 2024-08-12T20:41:48.087Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3459 | 2024-08-12T20:41:48.090Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41daa5d85f87b315 -C extra-filename=-41daa5d85f87b315 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-41daa5d85f87b315 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3460 | 2024-08-12T20:41:48.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-41daa5d85f87b315/build-script-build` |
3461 | 2024-08-12T20:41:48.475Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3462 | 2024-08-12T20:41:48.478Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ab07bdb52dcbc23 -C extra-filename=-9ab07bdb52dcbc23 --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-221ba1405102a70d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3463 | 2024-08-12T20:41:51.317Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3464 | 2024-08-12T20:41:51.320Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5fc7ac50f59b721 -C extra-filename=-e5fc7ac50f59b721 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e5fc7ac50f59b721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3465 | 2024-08-12T20:41:51.690Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3466 | 2024-08-12T20:41:51.693Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b770f9c517203f35 -C extra-filename=-b770f9c517203f35 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b770f9c517203f35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3467 | 2024-08-12T20:41:52.065Z | Compiling castaway v0.2.2 |
3468 | 2024-08-12T20:41:52.069Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=313b4bad97d8cfa3 -C extra-filename=-313b4bad97d8cfa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3469 | 2024-08-12T20:41:52.254Z | Compiling compact_str v0.7.1 |
3470 | 2024-08-12T20:41:52.257Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.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=50b0aa1a10a7d72a -C extra-filename=-50b0aa1a10a7d72a --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-313b4bad97d8cfa3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3471 | 2024-08-12T20:41:53.107Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b770f9c517203f35/build-script-build` |
3472 | 2024-08-12T20:41:53.136Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e5fc7ac50f59b721/build-script-build` |
3473 | 2024-08-12T20:41:53.163Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3474 | 2024-08-12T20:41:53.166Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6230c30706493a77 -C extra-filename=-6230c30706493a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3475 | 2024-08-12T20:41:53.390Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3476 | 2024-08-12T20:41:53.405Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20f5f9f490938bc3 -C extra-filename=-20f5f9f490938bc3 --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-293757568803e346.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3477 | 2024-08-12T20:41:53.887Z | Compiling unicode-truncate v1.0.0 |
3478 | 2024-08-12T20:41:53.890Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b803a069b8e44cb -C extra-filename=-1b803a069b8e44cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3479 | 2024-08-12T20:41:54.144Z | Compiling lru v0.12.3 |
3480 | 2024-08-12T20:41:54.147Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=dfea5de50e3d26c7 -C extra-filename=-dfea5de50e3d26c7 --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-e9c0c75a0b28a83e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3481 | 2024-08-12T20:41:54.500Z | Compiling stability v0.2.0 |
3482 | 2024-08-12T20:41:54.503Z | Running `/home/build/.rustup/toolchains/1.80.1-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=87b42e6b28911717 -C extra-filename=-87b42e6b28911717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2024-08-12T20:41:54.901Z | Compiling is_ci v1.2.0 |
3484 | 2024-08-12T20:41:54.916Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ffd4f2a5c71f8ce -C extra-filename=-1ffd4f2a5c71f8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3485 | 2024-08-12T20:41:55.167Z | Compiling cassowary v0.3.0 |
3486 | 2024-08-12T20:41:55.167Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0df4d0548b0a401 -C extra-filename=-a0df4d0548b0a401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3487 | 2024-08-12T20:41:55.776Z | Compiling ratatui v0.27.0 |
3488 | 2024-08-12T20:41:55.779Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.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=a7cb7f241a92a87b -C extra-filename=-a7cb7f241a92a87b --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-555b6489c82c47dd.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0df4d0548b0a401.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-50b0aa1a10a7d72a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-dfea5de50e3d26c7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-87b42e6b28911717.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-18bdee483c3af4e6.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-1b803a069b8e44cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2024-08-12T20:41:56.454Z | Compiling supports-color v3.0.0 |
3490 | 2024-08-12T20:41:56.457Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd01036f692a511f -C extra-filename=-bd01036f692a511f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-1ffd4f2a5c71f8ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3491 | 2024-08-12T20:41:56.894Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3492 | 2024-08-12T20:41:56.897Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e194847381f659c6 -C extra-filename=-e194847381f659c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e194847381f659c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3493 | 2024-08-12T20:41:57.256Z | Compiling unicode-linebreak v0.1.5 |
3494 | 2024-08-12T20:41:57.259Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5745b33b579fab38 -C extra-filename=-5745b33b579fab38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3495 | 2024-08-12T20:41:57.772Z | Compiling smawk v0.3.2 |
3496 | 2024-08-12T20:41:57.775Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=67ff47dd1c0fd95d -C extra-filename=-67ff47dd1c0fd95d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3497 | 2024-08-12T20:41:58.012Z | Compiling textwrap v0.16.1 |
3498 | 2024-08-12T20:41:58.015Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a743db74423d42c5 -C extra-filename=-a743db74423d42c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-67ff47dd1c0fd95d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5745b33b579fab38.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3499 | 2024-08-12T20:41:59.340Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-e194847381f659c6/build-script-build` |
3500 | 2024-08-12T20:41:59.369Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3501 | 2024-08-12T20:41:59.371Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/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=1cc5448887bc8d1c -C extra-filename=-1cc5448887bc8d1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3502 | 2024-08-12T20:42:00.923Z | Compiling fatfs v0.3.6 |
3503 | 2024-08-12T20:42:00.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=2b59fb87d753e014 -C extra-filename=-2b59fb87d753e014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3504 | 2024-08-12T20:42:02.120Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3505 | 2024-08-12T20:42:02.123Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=858d2c4557069348 -C extra-filename=-858d2c4557069348 --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-293757568803e346.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3506 | 2024-08-12T20:42:02.598Z | Compiling csv-core v0.1.11 |
3507 | 2024-08-12T20:42:02.601Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ea19030902cb9687 -C extra-filename=-ea19030902cb9687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3508 | 2024-08-12T20:42:02.644Z | Compiling rtoolbox v0.0.2 |
3509 | 2024-08-12T20:42:02.646Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b74099d5cf51b981 -C extra-filename=-b74099d5cf51b981 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2024-08-12T20:42:02.878Z | Compiling shell-words v1.1.0 |
3511 | 2024-08-12T20:42:02.880Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bfaf6b529bbb10b0 -C extra-filename=-bfaf6b529bbb10b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3512 | 2024-08-12T20:42:03.115Z | Compiling csv v1.3.0 |
3513 | 2024-08-12T20:42:03.118Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68712621815ea5c1 -C extra-filename=-68712621815ea5c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-ea19030902cb9687.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2024-08-12T20:42:03.134Z | Compiling rpassword v7.3.1 |
3515 | 2024-08-12T20:42:03.137Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d8d3c5ded42b2d4 -C extra-filename=-1d8d3c5ded42b2d4 --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-2977f4e89cc8b9da.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-b74099d5cf51b981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3516 | 2024-08-12T20:42:03.222Z | Compiling tui-tree-widget v0.21.0 |
3517 | 2024-08-12T20:42:03.225Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.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=933f9392f329b199 -C extra-filename=-933f9392f329b199 --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-a7cb7f241a92a87b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3518 | 2024-08-12T20:42:03.492Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3519 | 2024-08-12T20:42:03.495Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27db5e87ed111b51 -C extra-filename=-27db5e87ed111b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3520 | 2024-08-12T20:42:03.571Z | Compiling cargo-platform v0.1.8 |
3521 | 2024-08-12T20:42:03.574Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b1b12c8dcba1c337 -C extra-filename=-b1b12c8dcba1c337 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3522 | 2024-08-12T20:42:04.171Z | Compiling getrandom v0.1.16 |
3523 | 2024-08-12T20:42:04.173Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=dcddff9d20134104 -C extra-filename=-dcddff9d20134104 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-dcddff9d20134104 -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-12T20:42:04.484Z | Compiling yansi v0.5.1 |
3525 | 2024-08-12T20:42:04.487Z | Running `/home/build/.rustup/toolchains/1.80.1-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=88b97de0d39332af -C extra-filename=-88b97de0d39332af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3526 | 2024-08-12T20:42:04.859Z | Compiling pretty_assertions v1.4.0 |
3527 | 2024-08-12T20:42:04.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0027465b2e6825f2 -C extra-filename=-0027465b2e6825f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-88b97de0d39332af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3528 | 2024-08-12T20:42:05.071Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-dcddff9d20134104/build-script-build` |
3529 | 2024-08-12T20:42:05.101Z | Compiling cargo_metadata v0.18.1 |
3530 | 2024-08-12T20:42:05.104Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=d94f1b404c7d3af6 -C extra-filename=-d94f1b404c7d3af6 --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-f6b822542bc6338e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b1b12c8dcba1c337.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2024-08-12T20:42:05.276Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3532 | 2024-08-12T20:42:05.279Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88d53400673a8748 -C extra-filename=-88d53400673a8748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3533 | 2024-08-12T20:42:05.617Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.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=6de9a10700b12081 -C extra-filename=-6de9a10700b12081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3534 | 2024-08-12T20:42:06.162Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3535 | 2024-08-12T20:42:06.164Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0cb30efc04b7e89 -C extra-filename=-b0cb30efc04b7e89 --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-68fc8bbd292bded0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3536 | 2024-08-12T20:42:07.790Z | Compiling rfc6979 v0.4.0 |
3537 | 2024-08-12T20:42:07.793Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be1c3b68e98ca866 -C extra-filename=-be1c3b68e98ca866 --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-e0d08ebeaf39cd00.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3538 | 2024-08-12T20:42:08.004Z | Compiling target-lexicon v0.12.16 |
3539 | 2024-08-12T20:42:08.007Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=1168d39a58d12fe8 -C extra-filename=-1168d39a58d12fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3540 | 2024-08-12T20:42:08.943Z | Compiling plotters-backend v0.3.5 |
3541 | 2024-08-12T20:42:08.946Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cae6e4eff76e0ec4 -C extra-filename=-cae6e4eff76e0ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3542 | 2024-08-12T20:42:09.108Z | Compiling doc-comment v0.3.3 |
3543 | 2024-08-12T20:42:09.111Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=14c1a7aa8d9df06d -C extra-filename=-14c1a7aa8d9df06d --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2024-08-12T20:42:09.546Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3545 | 2024-08-12T20:42:09.549Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fb78f37f112a7bc -C extra-filename=-7fb78f37f112a7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-933f9392f329b199.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3546 | 2024-08-12T20:42:09.858Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build` |
3547 | 2024-08-12T20:42:10.029Z | Compiling plotters-svg v0.3.5 |
3548 | 2024-08-12T20:42:10.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=e75ceed9def0dc02 -C extra-filename=-e75ceed9def0dc02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3549 | 2024-08-12T20:42:10.492Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build` |
3550 | 2024-08-12T20:42:10.565Z | Compiling ecdsa v0.16.9 |
3551 | 2024-08-12T20:42:10.568Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="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=26b10d618a1ebf6e -C extra-filename=-26b10d618a1ebf6e --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-2e2246a80907230e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-be1c3b68e98ca866.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-ce00e055e524e85b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3ab41e75698ddea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3552 | 2024-08-12T20:42:11.437Z | Compiling rand_core v0.5.1 |
3553 | 2024-08-12T20:42:11.441Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.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=f1c33cf82bd450cf -C extra-filename=-f1c33cf82bd450cf --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-6de9a10700b12081.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3554 | 2024-08-12T20:42:11.925Z | Compiling primeorder v0.13.6 |
3555 | 2024-08-12T20:42:11.928Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=ea9d9d9e5276efbc -C extra-filename=-ea9d9d9e5276efbc --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-ad0f084ebe1b7e9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3556 | 2024-08-12T20:42:12.483Z | Compiling assert_cmd v2.0.15 |
3557 | 2024-08-12T20:42:12.486Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=29c58ed7e32a3b01 -C extra-filename=-29c58ed7e32a3b01 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-29c58ed7e32a3b01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3558 | 2024-08-12T20:42:13.003Z | Compiling option-ext v0.2.0 |
3559 | 2024-08-12T20:42:13.006Z | Running `/home/build/.rustup/toolchains/1.80.1-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=7ae773b55173472c -C extra-filename=-7ae773b55173472c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3560 | 2024-08-12T20:42:13.150Z | Compiling guppy-workspace-hack v0.1.0 |
3561 | 2024-08-12T20:42:13.154Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94b301b3d8fce7ed -C extra-filename=-94b301b3d8fce7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3562 | 2024-08-12T20:42:13.494Z | Compiling cast v0.3.0 |
3563 | 2024-08-12T20:42:13.494Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=044a52419a148846 -C extra-filename=-044a52419a148846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3564 | 2024-08-12T20:42:13.516Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build` |
3565 | 2024-08-12T20:42:13.544Z | Compiling dirs-sys v0.4.1 |
3566 | 2024-08-12T20:42:13.548Z | Running `/home/build/.rustup/toolchains/1.80.1-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=81f16e09ab9adb29 -C extra-filename=-81f16e09ab9adb29 --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-2977f4e89cc8b9da.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-7ae773b55173472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3567 | 2024-08-12T20:42:13.872Z | Compiling criterion-plot v0.5.0 |
3568 | 2024-08-12T20:42:13.875Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d839c17e454abea8 -C extra-filename=-d839c17e454abea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3569 | 2024-08-12T20:42:14.208Z | Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-29c58ed7e32a3b01/build-script-build` |
3570 | 2024-08-12T20:42:14.236Z | Compiling rand_chacha v0.2.2 |
3571 | 2024-08-12T20:42:14.239Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.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=a990372ed9219493 -C extra-filename=-a990372ed9219493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-f1c33cf82bd450cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3572 | 2024-08-12T20:42:14.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=8e39602dda6439bf -C extra-filename=-8e39602dda6439bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
3573 | 2024-08-12T20:42:15.760Z | Compiling plotters v0.3.5 |
3574 | 2024-08-12T20:42:15.764Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=cb38a7de030db99f -C extra-filename=-cb38a7de030db99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e75ceed9def0dc02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3575 | 2024-08-12T20:42:16.320Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=00e199471b724386 -C extra-filename=-00e199471b724386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3576 | 2024-08-12T20:42:16.434Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3577 | 2024-08-12T20:42:16.438Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2fbd09eb574b6195 -C extra-filename=-2fbd09eb574b6195 --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-293757568803e346.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3578 | 2024-08-12T20:42:17.820Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3579 | 2024-08-12T20:42:17.823Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=37bbad9e4b6a7929 -C extra-filename=-37bbad9e4b6a7929 --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-8487537405a15563.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3580 | 2024-08-12T20:42:18.261Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3581 | 2024-08-12T20:42:18.265Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1eb7064bda9000e -C extra-filename=-e1eb7064bda9000e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3582 | 2024-08-12T20:42:21.182Z | Compiling polyval v0.6.2 |
3583 | 2024-08-12T20:42:21.185Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8c38f44f582870e3 -C extra-filename=-8c38f44f582870e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-32a5fe5265a7879f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3584 | 2024-08-12T20:42:21.665Z | Compiling ed25519 v2.2.3 |
3585 | 2024-08-12T20:42:21.668Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=2838aff6cf91e180 -C extra-filename=-2838aff6cf91e180 --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-ce00e055e524e85b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3586 | 2024-08-12T20:42:22.209Z | Compiling http-body v1.0.0 |
3587 | 2024-08-12T20:42:22.212Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab0064d41e8f89b7 -C extra-filename=-ab0064d41e8f89b7 --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-77180ecea8364755.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-887f9bb74160c1b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3588 | 2024-08-12T20:42:22.472Z | Compiling aes v0.8.4 |
3589 | 2024-08-12T20:42:22.476Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=91398704baa527c9 -C extra-filename=-91398704baa527c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3590 | 2024-08-12T20:42:23.028Z | Compiling blowfish v0.9.1 |
3591 | 2024-08-12T20:42:23.031Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=ebc356806f971980 -C extra-filename=-ebc356806f971980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3592 | 2024-08-12T20:42:23.505Z | Compiling ctr v0.9.2 |
3593 | 2024-08-12T20:42:23.508Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=c2eab16055e515bb -C extra-filename=-c2eab16055e515bb --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-9da461196dc56fff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3594 | 2024-08-12T20:42:23.892Z | Compiling tinytemplate v1.2.1 |
3595 | 2024-08-12T20:42:23.895Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e920142637a907e -C extra-filename=-5e920142637a907e --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-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3596 | 2024-08-12T20:42:24.210Z | Compiling samael v0.0.15 |
3597 | 2024-08-12T20:42:24.212Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.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=eb2e1b2a4fd92074 -C extra-filename=-eb2e1b2a4fd92074 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-eb2e1b2a4fd92074 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-aa64919f52698729.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3598 | 2024-08-12T20:42:25.029Z | Compiling password-hash v0.4.2 |
3599 | 2024-08-12T20:42:25.032Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=9bf02032b5c9d655 -C extra-filename=-9bf02032b5c9d655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3600 | 2024-08-12T20:42:25.332Z | Compiling pbkdf2 v0.12.2 |
3601 | 2024-08-12T20:42:25.335Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=05f8fcfd614bb016 -C extra-filename=-05f8fcfd614bb016 --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-063d0c2469814ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3602 | 2024-08-12T20:42:25.526Z | Compiling target-spec v3.2.1 |
3603 | 2024-08-12T20:42:25.530Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=6776775b34ffe480 -C extra-filename=-6776775b34ffe480 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3604 | 2024-08-12T20:42:25.932Z | Compiling anes v0.1.6 |
3605 | 2024-08-12T20:42:25.936Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=392193819af349f5 -C extra-filename=-392193819af349f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3606 | 2024-08-12T20:42:26.163Z | Compiling tower-layer v0.3.2 |
3607 | 2024-08-12T20:42:26.166Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b613db6f9bf41c0 -C extra-filename=-3b613db6f9bf41c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3608 | 2024-08-12T20:42:26.446Z | Compiling oorandom v11.1.3 |
3609 | 2024-08-12T20:42:26.450Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1eb2728289b3cdf7 -C extra-filename=-1eb2728289b3cdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3610 | 2024-08-12T20:42:26.503Z | Compiling hex-literal v0.4.1 |
3611 | 2024-08-12T20:42:26.506Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61be641122cdfc7a -C extra-filename=-61be641122cdfc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3612 | 2024-08-12T20:42:26.658Z | Compiling criterion v0.5.1 |
3613 | 2024-08-12T20:42:26.661Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=85abcc8d8a2dd8a9 -C extra-filename=-85abcc8d8a2dd8a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-392193819af349f5.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-0ee86796969381f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1eb2728289b3cdf7.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cb38a7de030db99f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-5e920142637a907e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3614 | 2024-08-12T20:42:26.677Z | Compiling tower v0.4.13 |
3615 | 2024-08-12T20:42:26.680Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="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=36e141477b28f26d -C extra-filename=-36e141477b28f26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-080cdcd9f2461ddf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3b613db6f9bf41c0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3616 | 2024-08-12T20:42:26.723Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-eb2e1b2a4fd92074/build-script-bindings` |
3617 | 2024-08-12T20:42:27.554Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480/build-script-build` |
3618 | 2024-08-12T20:42:27.583Z | Compiling bcrypt-pbkdf v0.10.0 |
3619 | 2024-08-12T20:42:27.586Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=3a11b713516f6aa8 -C extra-filename=-3a11b713516f6aa8 --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-ebc356806f971980.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-05f8fcfd614bb016.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3620 | 2024-08-12T20:42:28.194Z | Compiling pbkdf2 v0.11.0 |
3621 | 2024-08-12T20:42:28.196Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=bf1c47bf15de8d5a -C extra-filename=-bf1c47bf15de8d5a --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-063d0c2469814ada.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9bf02032b5c9d655.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3622 | 2024-08-12T20:42:28.576Z | Compiling hyper v1.3.1 |
3623 | 2024-08-12T20:42:28.579Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.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=9e136f4cf6fb9404 -C extra-filename=-9e136f4cf6fb9404 --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-77180ecea8364755.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-887f9bb74160c1b6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ab0064d41e8f89b7.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3624 | 2024-08-12T20:42:29.206Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.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=ae72d7e1c1ceab69 -C extra-filename=-ae72d7e1c1ceab69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-8e4e5b07c277594e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-5fe0f1e86c7b7afc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9869d6c52f6f1440.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-a8955a1b561680a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
3625 | 2024-08-12T20:42:31.486Z | Compiling ed25519-dalek v2.1.1 |
3626 | 2024-08-12T20:42:31.489Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="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=60428a8ca255074b -C extra-filename=-60428a8ca255074b --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-07f4602c23160474.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2838aff6cf91e180.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3627 | 2024-08-12T20:42:32.620Z | Compiling ghash v0.5.1 |
3628 | 2024-08-12T20:42:32.623Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=31721541b0448ca4 -C extra-filename=-31721541b0448ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-8c38f44f582870e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3629 | 2024-08-12T20:42:32.823Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=a4d67dbc11b2858b -C extra-filename=-a4d67dbc11b2858b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2fe3c9c39ada8245.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-382ca12bcb63e3d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2024-08-12T20:42:34.107Z | Compiling cfg-expr v0.16.0 |
3631 | 2024-08-12T20:42:34.110Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4359b8ce38373635 -C extra-filename=-4359b8ce38373635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3632 | 2024-08-12T20:42:35.529Z | Compiling rand v0.7.3 |
3633 | 2024-08-12T20:42:35.531Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.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=c339193b59399db5 -C extra-filename=-c339193b59399db5 --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-6de9a10700b12081.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a990372ed9219493.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-f1c33cf82bd450cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3634 | 2024-08-12T20:42:38.203Z | Compiling dirs v5.0.1 |
3635 | 2024-08-12T20:42:38.206Z | Running `/home/build/.rustup/toolchains/1.80.1-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=d86a96ac77e4ae0d -C extra-filename=-d86a96ac77e4ae0d --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-81f16e09ab9adb29.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3636 | 2024-08-12T20:42:38.430Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ded1e9cb14903cd -C extra-filename=-5ded1e9cb14903cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3637 | 2024-08-12T20:42:38.548Z | Compiling p256 v0.13.2 |
3638 | 2024-08-12T20:42:38.553Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=33a2c4b02915e89b -C extra-filename=-33a2c4b02915e89b --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-26b10d618a1ebf6e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ea9d9d9e5276efbc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3639 | 2024-08-12T20:42:39.371Z | Compiling p521 v0.13.3 |
3640 | 2024-08-12T20:42:39.374Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="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=04a1a4f05883a568 -C extra-filename=-04a1a4f05883a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-26b10d618a1ebf6e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ea9d9d9e5276efbc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3641 | 2024-08-12T20:42:40.175Z | Compiling cbc v0.1.2 |
3642 | 2024-08-12T20:42:40.185Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=8519b40056b964a5 -C extra-filename=-8519b40056b964a5 --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-9da461196dc56fff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3643 | 2024-08-12T20:42:40.429Z | Compiling russh-cryptovec v0.7.2 |
3644 | 2024-08-12T20:42:40.432Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cb6c4d93883e9d0 -C extra-filename=-0cb6c4d93883e9d0 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3645 | 2024-08-12T20:42:40.743Z | Compiling md5 v0.7.0 |
3646 | 2024-08-12T20:42:40.746Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96fe82f29da6b3cb -C extra-filename=-96fe82f29da6b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3647 | 2024-08-12T20:42:41.282Z | Compiling russh-keys v0.43.0 |
3648 | 2024-08-12T20:42:41.285Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.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=52e53588346bb37b -C extra-filename=-52e53588346bb37b --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-91398704baa527c9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-3a11b713516f6aa8.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-d7aa388dfe080b41.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-8519b40056b964a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c2eab16055e515bb.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-d86a96ac77e4ae0d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-60428a8ca255074b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd42de12cc7fdef5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-33a2c4b02915e89b.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-04a1a4f05883a568.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-bf1c47bf15de8d5a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c339193b59399db5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-0cb6c4d93883e9d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e8d7e737b7a11eca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d38a24c7fc456068.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3649 | 2024-08-12T20:42:41.828Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=7adf3d90364c6897 -C extra-filename=-7adf3d90364c6897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-4359b8ce38373635.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3650 | 2024-08-12T20:42:42.873Z | Compiling aes-gcm v0.10.3 |
3651 | 2024-08-12T20:42:42.878Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=818c83bc51b8e2c7 -C extra-filename=-818c83bc51b8e2c7 --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-b894c6851f8a5eaf.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-91398704baa527c9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c2eab16055e515bb.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-31721541b0448ca4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3652 | 2024-08-12T20:42:43.196Z | Compiling hyper-util v0.1.3 |
3653 | 2024-08-12T20:42:43.199Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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=590dc6208856cd5e -C extra-filename=-590dc6208856cd5e --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-77180ecea8364755.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-887f9bb74160c1b6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-ab0064d41e8f89b7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9e136f4cf6fb9404.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-36e141477b28f26d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3654 | 2024-08-12T20:42:43.251Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3655 | 2024-08-12T20:42:43.254Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb55cbaffc4279bc -C extra-filename=-fb55cbaffc4279bc --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-2fbd09eb574b6195.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3656 | 2024-08-12T20:42:44.570Z | Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3657 | 2024-08-12T20:42:44.573Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c97c258a811be1b -C extra-filename=-8c97c258a811be1b --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-79a4aafc8753d09c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3658 | 2024-08-12T20:42:45.009Z | Compiling rustls-native-certs v0.7.0 |
3659 | 2024-08-12T20:42:45.024Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f041200ec977b96b -C extra-filename=-f041200ec977b96b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3660 | 2024-08-12T20:42:45.481Z | Compiling httptest v0.15.5 |
3661 | 2024-08-12T20:42:45.484Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18307e36475dd17f -C extra-filename=-18307e36475dd17f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3662 | 2024-08-12T20:42:45.679Z | Compiling pathdiff v0.2.1 |
3663 | 2024-08-12T20:42:45.682Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=49582a8c33fbfbd1 -C extra-filename=-49582a8c33fbfbd1 --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-f6b822542bc6338e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3664 | 2024-08-12T20:42:45.854Z | Compiling escape8259 v0.5.2 |
3665 | 2024-08-12T20:42:45.857Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89595c76ca3fa193 -C extra-filename=-89595c76ca3fa193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3666 | 2024-08-12T20:42:46.252Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a129d80ebf7ac698 -C extra-filename=-a129d80ebf7ac698 --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-d209e1553178b909.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3667 | 2024-08-12T20:42:47.741Z | Compiling threadpool v1.8.1 |
3668 | 2024-08-12T20:42:47.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e17cf456c21d2e3e -C extra-filename=-e17cf456c21d2e3e --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-efde18f6370b8182.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3669 | 2024-08-12T20:42:48.655Z | Compiling nested v0.1.1 |
3670 | 2024-08-12T20:42:48.659Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6ce3764432eb2b8 -C extra-filename=-c6ce3764432eb2b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3671 | 2024-08-12T20:42:49.015Z | Compiling dhcproto-macros v0.1.0 |
3672 | 2024-08-12T20:42:49.042Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3082a10e84b91dd -C extra-filename=-f3082a10e84b91dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3673 | 2024-08-12T20:42:49.829Z | Compiling guppy v0.17.7 |
3674 | 2024-08-12T20:42:49.834Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=5cf1d293e7275c9f -C extra-filename=-5cf1d293e7275c9f --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-a5310778e8190f9a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c6ce3764432eb2b8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-49582a8c33fbfbd1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-7adf3d90364c6897.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3675 | 2024-08-12T20:42:50.139Z | Compiling dhcproto v0.12.0 |
3676 | 2024-08-12T20:42:50.142Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=7742393209f82367 -C extra-filename=-7742393209f82367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-f3082a10e84b91dd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3677 | 2024-08-12T20:42:52.179Z | Compiling libtest-mimic v0.7.3 |
3678 | 2024-08-12T20:42:52.181Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e8c980d1845ea94 -C extra-filename=-4e8c980d1845ea94 --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-fa09169dd1be9910.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-89595c76ca3fa193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-e17cf456c21d2e3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3679 | 2024-08-12T20:42:53.619Z | Compiling hyper-rustls v0.26.0 |
3680 | 2024-08-12T20:42:53.622Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=23ffe210832b20c1 -C extra-filename=-23ffe210832b20c1 --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-0932cfe286ee3ae0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-887f9bb74160c1b6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-9e136f4cf6fb9404.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-590dc6208856cd5e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-f041200ec977b96b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-614e9f43bf4a2b76.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out` |
3681 | 2024-08-12T20:42:54.178Z | Compiling russh v0.43.0 |
3682 | 2024-08-12T20:42:54.181Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.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=4a2d076583c8abb7 -C extra-filename=-4a2d076583c8abb7 --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-91398704baa527c9.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-818c83bc51b8e2c7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-8893401613cb1f2b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c2eab16055e515bb.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-07f4602c23160474.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7c42684b7a40cc14.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-0cb6c4d93883e9d0.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-52e53588346bb37b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e8d7e737b7a11eca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3683 | 2024-08-12T20:42:54.232Z | Compiling fancy-regex v0.13.0 |
3684 | 2024-08-12T20:42:54.235Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=fd2b4d1ca9168fc9 -C extra-filename=-fd2b4d1ca9168fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3685 | 2024-08-12T20:42:54.345Z | Compiling rstest_macros v0.19.0 |
3686 | 2024-08-12T20:42:54.348Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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=9666e7b0085242fd -C extra-filename=-9666e7b0085242fd --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-9666e7b0085242fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-d8f19efc890c16b8.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3687 | 2024-08-12T20:42:54.974Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3688 | 2024-08-12T20:42:54.977Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f4e748718ddb1d9 -C extra-filename=-6f4e748718ddb1d9 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3689 | 2024-08-12T20:42:55.609Z | Compiling internet-checksum v0.2.1 |
3690 | 2024-08-12T20:42:55.612Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=2aa57df40d917e83 -C extra-filename=-2aa57df40d917e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3691 | 2024-08-12T20:42:55.705Z | Compiling datatest-stable v0.2.9 |
3692 | 2024-08-12T20:42:55.708Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad51ed7ec7180bfb -C extra-filename=-ad51ed7ec7180bfb --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-f6b822542bc6338e.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-fd2b4d1ca9168fc9.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-4e8c980d1845ea94.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3693 | 2024-08-12T20:42:56.443Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-9666e7b0085242fd/build-script-build` |
3694 | 2024-08-12T20:42:56.559Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3695 | 2024-08-12T20:42:56.582Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=2c1fee0ddc7e52b4 -C extra-filename=-2c1fee0ddc7e52b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3696 | 2024-08-12T20:42:56.630Z | Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
3697 | 2024-08-12T20:42:56.633Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0770f7cd6fa63425 -C extra-filename=-0770f7cd6fa63425 --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-2977f4e89cc8b9da.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3698 | 2024-08-12T20:42:57.241Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3699 | 2024-08-12T20:42:57.244Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45c6958f838d8864 -C extra-filename=-45c6958f838d8864 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-45c6958f838d8864 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3700 | 2024-08-12T20:42:57.622Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3701 | 2024-08-12T20:42:57.624Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=560632f52f5d3d92 -C extra-filename=-560632f52f5d3d92 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-560632f52f5d3d92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3702 | 2024-08-12T20:42:57.996Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3703 | 2024-08-12T20:42:57.999Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d075a963f1a2d9c0 -C extra-filename=-d075a963f1a2d9c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-d075a963f1a2d9c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3704 | 2024-08-12T20:42:58.374Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3705 | 2024-08-12T20:42:58.377Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1decddf19206329a -C extra-filename=-1decddf19206329a --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-1decddf19206329a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3706 | 2024-08-12T20:42:58.537Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3707 | 2024-08-12T20:42:58.540Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce40d77de374cf66 -C extra-filename=-ce40d77de374cf66 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-ce40d77de374cf66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3708 | 2024-08-12T20:42:58.742Z | Compiling similar-asserts v1.5.0 |
3709 | 2024-08-12T20:42:58.745Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=212182bc2621e28e -C extra-filename=-212182bc2621e28e --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-798580260be3f871.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3710 | 2024-08-12T20:42:58.898Z | Compiling relative-path v1.9.3 |
3711 | 2024-08-12T20:42:58.901Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b73652ab3b928921 -C extra-filename=-b73652ab3b928921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3712 | 2024-08-12T20:42:59.659Z | Compiling trybuild v1.0.99 |
3713 | 2024-08-12T20:42:59.662Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=583a5539a3014bd9 -C extra-filename=-583a5539a3014bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3714 | 2024-08-12T20:42:59.917Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.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=2120c62041676815 -C extra-filename=-2120c62041676815 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3715 | 2024-08-12T20:43:00.294Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build` |
3716 | 2024-08-12T20:43:00.324Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-ce40d77de374cf66/build-script-build` |
3717 | 2024-08-12T20:43:00.351Z | Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-1decddf19206329a/build-script-build` |
3718 | 2024-08-12T20:43:00.379Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3719 | 2024-08-12T20:43:00.382Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88f7918b07691de1 -C extra-filename=-88f7918b07691de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7742393209f82367.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-6f4e748718ddb1d9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4a2d076583c8abb7.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-52e53588346bb37b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3720 | 2024-08-12T20:43:01.795Z | Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-d075a963f1a2d9c0/build-script-build` |
3721 | 2024-08-12T20:43:01.824Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-560632f52f5d3d92/build-script-build` |
3722 | 2024-08-12T20:43:01.851Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-45c6958f838d8864/build-script-build` |
3723 | 2024-08-12T20:43:01.878Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3724 | 2024-08-12T20:43:01.881Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2cfa30d56af666ca -C extra-filename=-2cfa30d56af666ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3725 | 2024-08-12T20:43:02.938Z | Compiling multimap v0.10.0 |
3726 | 2024-08-12T20:43:02.941Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=0b3cdce3b1a22f07 -C extra-filename=-0b3cdce3b1a22f07 --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-22ef41cdd9d4b24b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3727 | 2024-08-12T20:43:03.304Z | Compiling uzers v0.11.3 |
3728 | 2024-08-12T20:43:03.306Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock"))' -C metadata=0a480e167c1fa1e8 -C extra-filename=-0a480e167c1fa1e8 --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-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3729 | 2024-08-12T20:43:03.825Z | Compiling futures-timer v3.0.3 |
3730 | 2024-08-12T20:43:03.827Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=f688c9515f1032bd -C extra-filename=-f688c9515f1032bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3731 | 2024-08-12T20:43:04.536Z | Compiling indent_write v2.2.0 |
3732 | 2024-08-12T20:43:04.539Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe7c60a6b43fea40 -C extra-filename=-fe7c60a6b43fea40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3733 | 2024-08-12T20:43:04.763Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=c88a6ffe52312b88 -C extra-filename=-c88a6ffe52312b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.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"))'` |
3734 | 2024-08-12T20:43:04.787Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3735 | 2024-08-12T20:43:04.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26e353e1f08f8ca9 -C extra-filename=-26e353e1f08f8ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3736 | 2024-08-12T20:43:07.917Z | Compiling partial-io v0.5.4 |
3737 | 2024-08-12T20:43:07.920Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=7d975b40e6eef46c -C extra-filename=-7d975b40e6eef46c --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-a32e69c3bb020342.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-080cdcd9f2461ddf.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3738 | 2024-08-12T20:43:08.421Z | Compiling blake2b_simd v1.0.2 |
3739 | 2024-08-12T20:43:08.424Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=6aa2698a0ac787b2 -C extra-filename=-6aa2698a0ac787b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3740 | 2024-08-12T20:43:09.407Z | Compiling rstest v0.19.0 |
3741 | 2024-08-12T20:43:09.411Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.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=4388d0c988dcb1de -C extra-filename=-4388d0c988dcb1de --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-a32e69c3bb020342.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-2120c62041676815.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3742 | 2024-08-12T20:43:09.576Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3743 | 2024-08-12T20:43:09.579Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca2c1b8810cc9290 -C extra-filename=-ca2c1b8810cc9290 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-ca2c1b8810cc9290 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-991b36dd2f9109f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3744 | 2024-08-12T20:43:09.650Z | Compiling rand_distr v0.4.3 |
3745 | 2024-08-12T20:43:09.653Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=93c740329f33c467 -C extra-filename=-93c740329f33c467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3746 | 2024-08-12T20:43:10.017Z | Compiling approx v0.5.1 |
3747 | 2024-08-12T20:43:10.020Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=0b9fb23795fcdd0d -C extra-filename=-0b9fb23795fcdd0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3748 | 2024-08-12T20:43:10.294Z | Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-ca2c1b8810cc9290/build-script-build` |
3749 | 2024-08-12T20:43:10.325Z | Compiling rust-argon2 v2.1.0 |
3750 | 2024-08-12T20:43:10.328Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5183c0a999dee1e3 -C extra-filename=-5183c0a999dee1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-6aa2698a0ac787b2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3751 | 2024-08-12T20:43:10.814Z | Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3752 | 2024-08-12T20:43:10.817Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6744d90de7f526b4 -C extra-filename=-6744d90de7f526b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out -L /usr/platform/oxide/lib/amd64/` |
3753 | 2024-08-12T20:43:12.111Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3754 | 2024-08-12T20:43:12.114Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5505183d7a87ab3e -C extra-filename=-5505183d7a87ab3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3755 | 2024-08-12T20:43:12.222Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b329fe2cca86463 -C extra-filename=-6b329fe2cca86463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbd09eb574b6195.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3756 | 2024-08-12T20:43:12.380Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3757 | 2024-08-12T20:43:12.382Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e484c8a0e76b2513 -C extra-filename=-e484c8a0e76b2513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4df098800f023959.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eabec5495d5a76e2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3758 | 2024-08-12T20:43:12.547Z | Compiling polar-core v0.27.3 |
3759 | 2024-08-12T20:43:12.550Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=b1ea3c14007964e3 -C extra-filename=-b1ea3c14007964e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b1ea3c14007964e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-d1264cd1cfa94304.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-78580edbccf03e34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3760 | 2024-08-12T20:43:13.215Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3761 | 2024-08-12T20:43:13.218Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25de6b932519ea52 -C extra-filename=-25de6b932519ea52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3762 | 2024-08-12T20:43:13.722Z | Compiling cargo_toml v0.20.4 |
3763 | 2024-08-12T20:43:13.724Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.4/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=1f916e048703d9a7 -C extra-filename=-1f916e048703d9a7 --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-22ef41cdd9d4b24b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3764 | 2024-08-12T20:43:14.195Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b1ea3c14007964e3/build-script-build` |
3765 | 2024-08-12T20:43:14.990Z | Compiling termios v0.3.3 |
3766 | 2024-08-12T20:43:14.993Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=612bbc26712542f2 -C extra-filename=-612bbc26712542f2 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3767 | 2024-08-12T20:43:15.186Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c4126357125e327 -C extra-filename=-9c4126357125e327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e484c8a0e76b2513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4df098800f023959.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eabec5495d5a76e2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3768 | 2024-08-12T20:43:15.260Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3769 | 2024-08-12T20:43:15.263Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b166c0d5bc652f7 -C extra-filename=-8b166c0d5bc652f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-612bbc26712542f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3770 | 2024-08-12T20:43:15.550Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=de8ed088489158a9 -C extra-filename=-de8ed088489158a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-4282df15fb49f14d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2695a1968e5226c0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3771 | 2024-08-12T20:43:18.455Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8a5005e7fb2dd84 -C extra-filename=-a8a5005e7fb2dd84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-25de6b932519ea52.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3772 | 2024-08-12T20:43:18.527Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f59b41852753b8fb -C extra-filename=-f59b41852753b8fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-26e353e1f08f8ca9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3773 | 2024-08-12T20:43:19.209Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fde66c0d20ba0cf9 -C extra-filename=-fde66c0d20ba0cf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-26e353e1f08f8ca9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3774 | 2024-08-12T20:43:20.164Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=035a37df5e8a8f09 -C extra-filename=-035a37df5e8a8f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-592da556f59320f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3775 | 2024-08-12T20:43:20.842Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f83826da8dcb67d2 -C extra-filename=-f83826da8dcb67d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-5505183d7a87ab3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3776 | 2024-08-12T20:43:21.343Z | Running `/home/build/.rustup/toolchains/1.80.1-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=b9888137e4f03f1f -C extra-filename=-b9888137e4f03f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-93c740329f33c467.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-4388d0c988dcb1de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c88a6ffe52312b88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3777 | 2024-08-12T20:43:21.464Z | Running `/home/build/.rustup/toolchains/1.80.1-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=6fc4714f1a5a0ad5 -C extra-filename=-6fc4714f1a5a0ad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a08f96903063ec65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-93c740329f33c467.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-4388d0c988dcb1de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c88a6ffe52312b88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3778 | 2024-08-12T20:43:22.487Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5deebc47430e0472 -C extra-filename=-5deebc47430e0472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7742393209f82367.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-88f7918b07691de1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-6f4e748718ddb1d9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4a2d076583c8abb7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-52e53588346bb37b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3779 | 2024-08-12T20:43:22.543Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3780 | 2024-08-12T20:43:22.585Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=710716dd491e36d8 -C extra-filename=-710716dd491e36d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-1f916e048703d9a7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3781 | 2024-08-12T20:43:22.777Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48718a062b8613c0 -C extra-filename=-48718a062b8613c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-6744d90de7f526b4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out -L /usr/platform/oxide/lib/amd64/` |
3782 | 2024-08-12T20:43:23.427Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9918694fe25c65ae -C extra-filename=-9918694fe25c65ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7742393209f82367.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-6f4e748718ddb1d9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4a2d076583c8abb7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-52e53588346bb37b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3783 | 2024-08-12T20:43:24.003Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7cc40a9c636e8c82 -C extra-filename=-7cc40a9c636e8c82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7742393209f82367.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-88f7918b07691de1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-6f4e748718ddb1d9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4a2d076583c8abb7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-52e53588346bb37b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3784 | 2024-08-12T20:43:24.663Z | Compiling oso v0.27.3 |
3785 | 2024-08-12T20:43:24.667Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=93fc807b9ceeba40 -C extra-filename=-93fc807b9ceeba40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-5a623d5b63242388.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-e06eba2a3ddb785c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-de8ed088489158a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3786 | 2024-08-12T20:43:24.667Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20f816d82bef993c -C extra-filename=-20f816d82bef993c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-7742393209f82367.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-88f7918b07691de1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-6f4e748718ddb1d9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4a2d076583c8abb7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-52e53588346bb37b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3787 | 2024-08-12T20:43:24.897Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89269b339c053fee -C extra-filename=-89269b339c053fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3788 | 2024-08-12T20:43:26.426Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a5fbbdd00fc30be -C extra-filename=-1a5fbbdd00fc30be --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-d209e1553178b909.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3789 | 2024-08-12T20:43:27.015Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c9e2ee5d0d4bed0d -C extra-filename=-c9e2ee5d0d4bed0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7d975b40e6eef46c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3790 | 2024-08-12T20:43:30.677Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af7e909ad19c23de -C extra-filename=-af7e909ad19c23de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-898f8d436ec27aff.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c7f104889891d3e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a129d80ebf7ac698.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-93fc807b9ceeba40.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/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` |
3791 | 2024-08-12T20:43:30.743Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=f9fa79458c5e1f86 -C extra-filename=-f9fa79458c5e1f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2c1fee0ddc7e52b4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7d975b40e6eef46c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3792 | 2024-08-12T20:43:32.933Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1973f8223f284975 -C extra-filename=-1973f8223f284975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3793 | 2024-08-12T20:43:38.861Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=7e8492484afa0cea -C extra-filename=-7e8492484afa0cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-dd76c86ef13a4430.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-528bd09aa98caeb9.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a72eea9645eca773.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7ff71c7e88c897be.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a129d80ebf7ac698.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3794 | 2024-08-12T20:43:38.943Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=602c49208a1ae2aa -C extra-filename=-602c49208a1ae2aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5cf1d293e7275c9f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3795 | 2024-08-12T20:43:40.785Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=adb4e4cdfdfe2956 -C extra-filename=-adb4e4cdfdfe2956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5cf1d293e7275c9f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3796 | 2024-08-12T20:43:41.575Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=897c1f9dbf9b07af -C extra-filename=-897c1f9dbf9b07af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3797 | 2024-08-12T20:43:41.848Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2420ac910746ec96 -C extra-filename=-2420ac910746ec96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5cf1d293e7275c9f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3798 | 2024-08-12T20:43:43.449Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=76fe7a2dbc9d99de -C extra-filename=-76fe7a2dbc9d99de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3799 | 2024-08-12T20:43:48.803Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=198fe4b8ac2c8d79 -C extra-filename=-198fe4b8ac2c8d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2c1fee0ddc7e52b4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2cfa30d56af666ca.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3800 | 2024-08-12T20:43:51.331Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a02755318e68ad6 -C extra-filename=-1a02755318e68ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2c1fee0ddc7e52b4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2cfa30d56af666ca.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3801 | 2024-08-12T20:43:55.750Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9897ada054bf434a -C extra-filename=-9897ada054bf434a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2cfa30d56af666ca.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3802 | 2024-08-12T20:43:58.068Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c1355f00b277de83 -C extra-filename=-c1355f00b277de83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3803 | 2024-08-12T20:43:59.329Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b67f240d16c764ee -C extra-filename=-b67f240d16c764ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3804 | 2024-08-12T20:44:01.467Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=dc4799507a801724 -C extra-filename=-dc4799507a801724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5cf1d293e7275c9f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3805 | 2024-08-12T20:44:04.076Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b09842f5c35394c7 -C extra-filename=-b09842f5c35394c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out -L /usr/platform/oxide/lib/amd64/` |
3806 | 2024-08-12T20:44:15.785Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5706ada97716c59 -C extra-filename=-c5706ada97716c59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2c1fee0ddc7e52b4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3807 | 2024-08-12T20:44:21.501Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3808 | 2024-08-12T20:44:21.503Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=209a3c5cbccd0bf5 -C extra-filename=-209a3c5cbccd0bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3809 | 2024-08-12T20:44:26.745Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3810 | 2024-08-12T20:44:26.748Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8054a2ee8947984 -C extra-filename=-a8054a2ee8947984 --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-a32e69c3bb020342.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3811 | 2024-08-12T20:44:28.455Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a50d2189bf5dc6c2 -C extra-filename=-a50d2189bf5dc6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3812 | 2024-08-12T20:44:29.123Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3813 | 2024-08-12T20:44:29.126Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=039d6ad43162ea1c -C extra-filename=-039d6ad43162ea1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3814 | 2024-08-12T20:44:30.715Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=152c30e9b86221f3 -C extra-filename=-152c30e9b86221f3 --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-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3815 | 2024-08-12T20:44:30.866Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2e84e9ef332fbca -C extra-filename=-b2e84e9ef332fbca --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-293757568803e346.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3816 | 2024-08-12T20:44:31.393Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=664237e0d1efbe3b -C extra-filename=-664237e0d1efbe3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0770f7cd6fa63425.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3817 | 2024-08-12T20:44:32.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3a232ab043bcd4fe -C extra-filename=-3a232ab043bcd4fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3818 | 2024-08-12T20:44:33.193Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c7dfcdb44d912d4 -C extra-filename=-1c7dfcdb44d912d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0770f7cd6fa63425.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3819 | 2024-08-12T20:44:33.493Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce28cfbba9ad76f1 -C extra-filename=-ce28cfbba9ad76f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3820 | 2024-08-12T20:44:33.662Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a9431f9b607c0bac -C extra-filename=-a9431f9b607c0bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5cf1d293e7275c9f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3821 | 2024-08-12T20:44:33.913Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f70e0c7d9c9983e -C extra-filename=-2f70e0c7d9c9983e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ad51ed7ec7180bfb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3822 | 2024-08-12T20:44:35.492Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71766aab63770682 -C extra-filename=-71766aab63770682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ad51ed7ec7180bfb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3823 | 2024-08-12T20:44:44.341Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcd9c32dc55d8d99 -C extra-filename=-fcd9c32dc55d8d99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ad51ed7ec7180bfb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3824 | 2024-08-12T20:44:44.633Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb5f8b45214d9b12 -C extra-filename=-bb5f8b45214d9b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ad51ed7ec7180bfb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3825 | 2024-08-12T20:44:45.217Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24e4a1ca3ade9224 -C extra-filename=-24e4a1ca3ade9224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-933f9392f329b199.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3826 | 2024-08-12T20:44:45.735Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84b5c8cbcb489402 -C extra-filename=-84b5c8cbcb489402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3827 | 2024-08-12T20:44:46.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b421f2dc3912e3e1 -C extra-filename=-b421f2dc3912e3e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-933f9392f329b199.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3828 | 2024-08-12T20:44:46.854Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b908e692f38c0224 -C extra-filename=-b908e692f38c0224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-933f9392f329b199.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3829 | 2024-08-12T20:44:47.228Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f6492f2535f0ba0 -C extra-filename=-7f6492f2535f0ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-933f9392f329b199.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3830 | 2024-08-12T20:44:47.844Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b53cc2b03aaea7b1 -C extra-filename=-b53cc2b03aaea7b1 --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-2fbd09eb574b6195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3831 | 2024-08-12T20:44:48.482Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3832 | 2024-08-12T20:44:48.486Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2d8ecc9a3a819dd -C extra-filename=-f2d8ecc9a3a819dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4df098800f023959.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3833 | 2024-08-12T20:44:49.676Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80ea0c20d983ad15 -C extra-filename=-80ea0c20d983ad15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4df098800f023959.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eabec5495d5a76e2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3834 | 2024-08-12T20:44:49.867Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c3a2e527fdfe15ea -C extra-filename=-c3a2e527fdfe15ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3835 | 2024-08-12T20:44:55.286Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a928e417f2d668bf -C extra-filename=-a928e417f2d668bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/ssl-3/lib/amd64` |
3836 | 2024-08-12T20:44:55.521Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0deb530c61047c9f -C extra-filename=-0deb530c61047c9f --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-293757568803e346.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3837 | 2024-08-12T20:44:58.638Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=205fb71ca2a84b1a -C extra-filename=-205fb71ca2a84b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3838 | 2024-08-12T20:44:59.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce830a47400f1fea -C extra-filename=-ce830a47400f1fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3839 | 2024-08-12T20:45:00.161Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7c9ee1ed95a6197 -C extra-filename=-d7c9ee1ed95a6197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3840 | 2024-08-12T20:45:01.095Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5568ec24d702a319 -C extra-filename=-5568ec24d702a319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3841 | 2024-08-12T20:45:04.939Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc295142b4ade1a6 -C extra-filename=-cc295142b4ade1a6 --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-a32e69c3bb020342.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3842 | 2024-08-12T20:45:06.416Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=58f3668053525922 -C extra-filename=-58f3668053525922 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3843 | 2024-08-12T20:45:07.869Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=695778b126b293dd -C extra-filename=-695778b126b293dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3844 | 2024-08-12T20:45:10.731Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56d21ac2bf07a734 -C extra-filename=-56d21ac2bf07a734 --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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/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-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3845 | 2024-08-12T20:45:11.508Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=106ef13b4beb05a0 -C extra-filename=-106ef13b4beb05a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbd09eb574b6195.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b329fe2cca86463.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3846 | 2024-08-12T20:45:13.733Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6d6b96db01c6c29 -C extra-filename=-c6d6b96db01c6c29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-898f8d436ec27aff.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c7f104889891d3e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a129d80ebf7ac698.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-93fc807b9ceeba40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/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` |
3847 | 2024-08-12T20:45:18.075Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d534787e8a2f506 -C extra-filename=-3d534787e8a2f506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0b3cdce3b1a22f07.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3848 | 2024-08-12T20:45:24.026Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad50c487630bb82f -C extra-filename=-ad50c487630bb82f --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-662ce10b7fbe22c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/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-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3849 | 2024-08-12T20:45:26.255Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aeddae0858430ab -C extra-filename=-8aeddae0858430ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbd09eb574b6195.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3850 | 2024-08-12T20:45:31.411Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=af9ab94c3ed089db -C extra-filename=-af9ab94c3ed089db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-dd76c86ef13a4430.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-528bd09aa98caeb9.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a72eea9645eca773.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7ff71c7e88c897be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a129d80ebf7ac698.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-93fc807b9ceeba40.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/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-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3851 | 2024-08-12T20:45:37.018Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f50d560744614cff -C extra-filename=-f50d560744614cff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3852 | 2024-08-12T20:45:45.302Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7bd1382e90306560 -C extra-filename=-7bd1382e90306560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3853 | 2024-08-12T20:45:47.963Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70434f188a0a6483 -C extra-filename=-70434f188a0a6483 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3854 | 2024-08-12T20:45:59.306Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2937445b9b157681 -C extra-filename=-2937445b9b157681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4df772a7e1051b5a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3855 | 2024-08-12T20:46:00.518Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84922d9ca53046ae -C extra-filename=-84922d9ca53046ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3856 | 2024-08-12T20:46:21.777Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e89369db054e4fd4 -C extra-filename=-e89369db054e4fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fcd3b29b60057bea.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3857 | 2024-08-12T20:46:24.367Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7860e6b37ab74930 -C extra-filename=-7860e6b37ab74930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fcd3b29b60057bea.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3858 | 2024-08-12T20:46:27.744Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a975753568e9efa -C extra-filename=-1a975753568e9efa --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-f6b822542bc6338e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3859 | 2024-08-12T20:46:28.632Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9169885eff2477ea -C extra-filename=-9169885eff2477ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fcd3b29b60057bea.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3860 | 2024-08-12T20:46:28.827Z | Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3861 | 2024-08-12T20:46:28.830Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1365b3490994fcb6 -C extra-filename=-1365b3490994fcb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3862 | 2024-08-12T20:46:30.119Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=87a9584487f5fab1 -C extra-filename=-87a9584487f5fab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fcd3b29b60057bea.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3863 | 2024-08-12T20:46:31.112Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7960bedfb7e2f38 -C extra-filename=-d7960bedfb7e2f38 --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-8487537405a15563.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3864 | 2024-08-12T20:46:34.195Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8fd792e3575b79b4 -C extra-filename=-8fd792e3575b79b4 --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-293757568803e346.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3865 | 2024-08-12T20:46:40.603Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76f43f3eed0ee89e -C extra-filename=-76f43f3eed0ee89e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3866 | 2024-08-12T20:46:41.512Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=34c8bec2843963ac -C extra-filename=-34c8bec2843963ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-89bf38a2196dc6c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4cf1e62ff5571d7a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-903b190b05d135ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cf4c50de63ba6c44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3867 | 2024-08-12T20:46:42.200Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=adc3f5a8f48779bb -C extra-filename=-adc3f5a8f48779bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-89bf38a2196dc6c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4cf1e62ff5571d7a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-903b190b05d135ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cf4c50de63ba6c44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3868 | 2024-08-12T20:46:44.733Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=60460fc9ffee6119 -C extra-filename=-60460fc9ffee6119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-89bf38a2196dc6c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4cf1e62ff5571d7a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-903b190b05d135ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cf4c50de63ba6c44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3869 | 2024-08-12T20:46:53.819Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70f8be17afaa006b -C extra-filename=-70f8be17afaa006b --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-82ec2fb5ad79c326.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-e2f1419aa81eff5f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3870 | 2024-08-12T20:46:54.393Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=edea21bfb233a77e -C extra-filename=-edea21bfb233a77e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3871 | 2024-08-12T20:46:56.938Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e265f4068ee9514f -C extra-filename=-e265f4068ee9514f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3872 | 2024-08-12T20:46:58.257Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c6b96c4f09233076 -C extra-filename=-c6b96c4f09233076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3873 | 2024-08-12T20:46:58.609Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b84b2951eff17fe9 -C extra-filename=-b84b2951eff17fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3874 | 2024-08-12T20:46:59.214Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cffe8452ec259dc -C extra-filename=-0cffe8452ec259dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3875 | 2024-08-12T20:47:00.344Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fee745340de578d -C extra-filename=-5fee745340de578d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3876 | 2024-08-12T20:47:07.726Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c7ef2653c229dfa -C extra-filename=-4c7ef2653c229dfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3877 | 2024-08-12T20:47:14.634Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=106653749532ed42 -C extra-filename=-106653749532ed42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b090582d142010c1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-38b9986782360d5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3878 | 2024-08-12T20:47:17.476Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a318fee42eb75286 -C extra-filename=-a318fee42eb75286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b090582d142010c1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-38b9986782360d5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3879 | 2024-08-12T20:47:18.432Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f781b9a0164f071 -C extra-filename=-9f781b9a0164f071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b090582d142010c1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-38b9986782360d5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
3880 | 2024-08-12T20:47:20.796Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b63bd92dbee72110 -C extra-filename=-b63bd92dbee72110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3881 | 2024-08-12T20:47:22.971Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0eec75781915257 -C extra-filename=-c0eec75781915257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a72eea9645eca773.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3882 | 2024-08-12T20:47:38.089Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d0002f5eafdd9548 -C extra-filename=-d0002f5eafdd9548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8086f8fc0bd87f1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-975cc7c3b136a6d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3883 | 2024-08-12T20:47:40.680Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=116a6cc997541ceb -C extra-filename=-116a6cc997541ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-89bf38a2196dc6c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4cf1e62ff5571d7a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-903b190b05d135ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cf4c50de63ba6c44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3884 | 2024-08-12T20:47:42.889Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8c53db7a51f708a -C extra-filename=-e8c53db7a51f708a --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-221ba1405102a70d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3885 | 2024-08-12T20:47:45.116Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cf119835816d0f1f -C extra-filename=-cf119835816d0f1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/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-0224ad86eeddf0ff/out` |
3886 | 2024-08-12T20:47:58.357Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0645f3d0fdfa5d4c -C extra-filename=-0645f3d0fdfa5d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3887 | 2024-08-12T20:48:06.251Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f080a80a2854217f -C extra-filename=-f080a80a2854217f --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-221ba1405102a70d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3888 | 2024-08-12T20:48:08.804Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36f56c38d255a6ba -C extra-filename=-36f56c38d255a6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64` |
3889 | 2024-08-12T20:48:12.363Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bc5e280a0a97425 -C extra-filename=-5bc5e280a0a97425 --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-5547710810e44ff9.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3890 | 2024-08-12T20:48:14.442Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2347d77132679044 -C extra-filename=-2347d77132679044 --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-221ba1405102a70d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3891 | 2024-08-12T20:48:17.230Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d91c3fb48caaea -C extra-filename=-12d91c3fb48caaea --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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3892 | 2024-08-12T20:48:31.535Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=9c4177c19c84ef94 -C extra-filename=-9c4177c19c84ef94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f7ab64d30cf2d03e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3893 | 2024-08-12T20:48:32.123Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c7f05675af39fef -C extra-filename=-0c7f05675af39fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3894 | 2024-08-12T20:48:34.101Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b5432a816e798a1 -C extra-filename=-3b5432a816e798a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3895 | 2024-08-12T20:48:42.028Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97b6497fee30e36a -C extra-filename=-97b6497fee30e36a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3896 | 2024-08-12T20:48:46.784Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f1b929c7815fc24 -C extra-filename=-9f1b929c7815fc24 --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-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3897 | 2024-08-12T20:48:47.342Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df73cca9ac1ca46e -C extra-filename=-df73cca9ac1ca46e --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-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3898 | 2024-08-12T20:48:49.714Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=502064f18800dd3a -C extra-filename=-502064f18800dd3a --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-fc36a1f9a9977bfb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3899 | 2024-08-12T20:48:50.594Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2be5b927fb19651 -C extra-filename=-c2be5b927fb19651 --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-5c0004a4f556c049.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3900 | 2024-08-12T20:48:51.432Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c02c71fae94d20bf -C extra-filename=-c02c71fae94d20bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3901 | 2024-08-12T20:48:52.845Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba006dfe58e2dfb9 -C extra-filename=-ba006dfe58e2dfb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cabee999dc4fa254.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b8bc5c84a44b94db.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-64f18d5f9e6af8f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3902 | 2024-08-12T20:48:54.169Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5392b28fe6546f7a -C extra-filename=-5392b28fe6546f7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-82ec2fb5ad79c326.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3903 | 2024-08-12T20:48:56.733Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e28bd8830b8b1ca3 -C extra-filename=-e28bd8830b8b1ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3904 | 2024-08-12T20:49:00.349Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77774ef15600f22d -C extra-filename=-77774ef15600f22d --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-e101c51b7c95d47a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3905 | 2024-08-12T20:49:02.497Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=3c544e45d3fb23e6 -C extra-filename=-3c544e45d3fb23e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3906 | 2024-08-12T20:49:04.079Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e38ba630cc8b3235 -C extra-filename=-e38ba630cc8b3235 --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-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3907 | 2024-08-12T20:49:06.931Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f34e9a39c636051b -C extra-filename=-f34e9a39c636051b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3908 | 2024-08-12T20:49:07.061Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=481695795d7a3aff -C extra-filename=-481695795d7a3aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3909 | 2024-08-12T20:49:08.159Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=264486d4e20702da -C extra-filename=-264486d4e20702da --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-79a4aafc8753d09c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3910 | 2024-08-12T20:49:09.315Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=964f224974ccb9bf -C extra-filename=-964f224974ccb9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3911 | 2024-08-12T20:49:13.036Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f485e3b612bc5dca -C extra-filename=-f485e3b612bc5dca --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-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3912 | 2024-08-12T20:49:16.072Z | Running `/home/build/.rustup/toolchains/1.80.1-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=c55c176003c5d6ac -C extra-filename=-c55c176003c5d6ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a08f96903063ec65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bb538db97c5f4a3b.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3913 | 2024-08-12T20:49:17.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48f94107e3846886 -C extra-filename=-48f94107e3846886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a08f96903063ec65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bb538db97c5f4a3b.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3914 | 2024-08-12T20:49:18.220Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fb7dafc8e9364455 -C extra-filename=-fb7dafc8e9364455 --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-68fc8bbd292bded0.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a600d3387358bb54.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3915 | 2024-08-12T20:49:19.477Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3916 | 2024-08-12T20:49:19.482Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64e7c2f115787a11 -C extra-filename=-64e7c2f115787a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3917 | 2024-08-12T20:49:19.891Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3918 | 2024-08-12T20:49:19.934Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e59f51cd8c04e0b -C extra-filename=-8e59f51cd8c04e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3919 | 2024-08-12T20:49:21.640Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20994faed0ffe9eb -C extra-filename=-20994faed0ffe9eb --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-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3920 | 2024-08-12T20:49:21.799Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=b7073994069e7017 -C extra-filename=-b7073994069e7017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a535010e0b851a9c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-b7c3588575d164c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3921 | 2024-08-12T20:49:21.803Z | Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3922 | 2024-08-12T20:49:21.817Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2ddd54195f6bdac5 -C extra-filename=-2ddd54195f6bdac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3923 | 2024-08-12T20:49:22.593Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=16b5d4d3bc794ac4 -C extra-filename=-16b5d4d3bc794ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a535010e0b851a9c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-b7c3588575d164c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3924 | 2024-08-12T20:49:22.794Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a1ac2ba85a6b8fa2 -C extra-filename=-a1ac2ba85a6b8fa2 --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-c2184d2a5bed7ca0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9869d6c52f6f1440.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3925 | 2024-08-12T20:49:22.965Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccedc1f245766b16 -C extra-filename=-ccedc1f245766b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3926 | 2024-08-12T20:49:23.720Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=efa9758114014411 -C extra-filename=-efa9758114014411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a535010e0b851a9c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-b7c3588575d164c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3927 | 2024-08-12T20:49:24.674Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=56cfb2588297eeae -C extra-filename=-56cfb2588297eeae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3928 | 2024-08-12T20:49:28.725Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=740a9e00ba2653c5 -C extra-filename=-740a9e00ba2653c5 --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-5547710810e44ff9.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3929 | 2024-08-12T20:49:30.720Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=b591750e38636424 -C extra-filename=-b591750e38636424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-174f3be22cbb4bb6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-77fbe9dced22b539.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-e40c300ce07fef91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5f3721e3c83972f7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-519cef69df032e06.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
3930 | 2024-08-12T20:49:31.278Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=72c111a328799ab3 -C extra-filename=-72c111a328799ab3 --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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3931 | 2024-08-12T20:49:31.926Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=680a738f67bd6871 -C extra-filename=-680a738f67bd6871 --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-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3932 | 2024-08-12T20:49:33.822Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4d0699c023f74d90 -C extra-filename=-4d0699c023f74d90 --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-b50383c77533eb85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3933 | 2024-08-12T20:49:33.996Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf0dbc34fa9b352c -C extra-filename=-bf0dbc34fa9b352c --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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3934 | 2024-08-12T20:49:40.110Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=23e5765063eb2cfd -C extra-filename=-23e5765063eb2cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c03382b439941d16.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3935 | 2024-08-12T20:49:42.283Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a4f94e0761da5cb -C extra-filename=-0a4f94e0761da5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3936 | 2024-08-12T20:49:42.422Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=edc042365ec7b898 -C extra-filename=-edc042365ec7b898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3937 | 2024-08-12T20:49:44.532Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9644268fd717d5ab -C extra-filename=-9644268fd717d5ab --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-293757568803e346.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3938 | 2024-08-12T20:49:46.031Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aae7f977a0319e1e -C extra-filename=-aae7f977a0319e1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3939 | 2024-08-12T20:49:49.212Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee0a5c65fdb75651 -C extra-filename=-ee0a5c65fdb75651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3940 | 2024-08-12T20:49:51.226Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b47f486da02200b -C extra-filename=-4b47f486da02200b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3941 | 2024-08-12T20:49:51.545Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1622233dfaea7c8c -C extra-filename=-1622233dfaea7c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-519cef69df032e06.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3942 | 2024-08-12T20:49:52.344Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3162ab5ef18b06f -C extra-filename=-a3162ab5ef18b06f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3943 | 2024-08-12T20:49:53.555Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=636ff18cbf7681ed -C extra-filename=-636ff18cbf7681ed --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-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3944 | 2024-08-12T20:49:54.976Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=da0a68855093b2fe -C extra-filename=-da0a68855093b2fe --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-82ec2fb5ad79c326.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3945 | 2024-08-12T20:49:55.561Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f216bbe65fe3e698 -C extra-filename=-f216bbe65fe3e698 --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-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3946 | 2024-08-12T20:49:55.564Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31e61fc76fddcf45 -C extra-filename=-31e61fc76fddcf45 --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-68fc8bbd292bded0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3947 | 2024-08-12T20:49:56.391Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8998136db5ff33d7 -C extra-filename=-8998136db5ff33d7 --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-68fc8bbd292bded0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3948 | 2024-08-12T20:49:56.857Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b29e5d5cc85b689 -C extra-filename=-8b29e5d5cc85b689 --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-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3949 | 2024-08-12T20:49:56.914Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97537f4871b27f78 -C extra-filename=-97537f4871b27f78 --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-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3950 | 2024-08-12T20:49:57.111Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce7a1ddfca370ef0 -C extra-filename=-ce7a1ddfca370ef0 --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-a5310778e8190f9a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2fe3c9c39ada8245.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84a8bf1043ce72d8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-767c05c3324991c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0c0d68b45a904103.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e9c0c75a0b28a83e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd42de12cc7fdef5.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a22f036b58a6873c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0bb620c5104812eb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c27d167504671958.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d38a24c7fc456068.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64` |
3951 | 2024-08-12T20:51:43.784Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=44ddfa3fcc39df78 -C extra-filename=-44ddfa3fcc39df78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3952 | 2024-08-12T20:51:43.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae474ed9d3807324 -C extra-filename=-ae474ed9d3807324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0b3cdce3b1a22f07.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3953 | 2024-08-12T20:51:43.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4ded217f23e5780 -C extra-filename=-c4ded217f23e5780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3954 | 2024-08-12T20:51:43.789Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da5d5216a6c951ed -C extra-filename=-da5d5216a6c951ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0770f7cd6fa63425.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3955 | 2024-08-12T20:51:43.801Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=593f39b643c2bc34 -C extra-filename=-593f39b643c2bc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3956 | 2024-08-12T20:51:47.120Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a68eeb34e64a96e -C extra-filename=-1a68eeb34e64a96e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3957 | 2024-08-12T20:51:47.344Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc732f5347b3afca -C extra-filename=-bc732f5347b3afca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0770f7cd6fa63425.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3958 | 2024-08-12T20:51:51.281Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0727831f528c24f8 -C extra-filename=-0727831f528c24f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/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-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3959 | 2024-08-12T20:51:52.252Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2a00b5700a02415 -C extra-filename=-e2a00b5700a02415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0b3cdce3b1a22f07.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3960 | 2024-08-12T20:51:54.434Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=417d2be4877f5a9f -C extra-filename=-417d2be4877f5a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3961 | 2024-08-12T20:51:57.321Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa08213f1efa19bb -C extra-filename=-aa08213f1efa19bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib` |
3962 | 2024-08-12T20:52:16.913Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=032dda5e21ca2fa6 -C extra-filename=-032dda5e21ca2fa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3963 | 2024-08-12T20:52:17.289Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88861bdb0c0484d2 -C extra-filename=-88861bdb0c0484d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-85296a35898580e7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out` |
3964 | 2024-08-12T21:12:11.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34m 35s |
3965 | 2024-08-12T21:12:25.750Z | |
3966 | 2024-08-12T21:12:25.750Z | real 34:48.627180339 |
3967 | 2024-08-12T21:12:25.750Z | user 1:44:05.690416885 |
3968 | 2024-08-12T21:12:25.750Z | sys 22:23.524089657 |
3969 | 2024-08-12T21:12:25.750Z | trap 9.559528567 |
3970 | 2024-08-12T21:12:25.750Z | tflt 9.734881278 |
3971 | 2024-08-12T21:12:25.750Z | dflt 1:38:45.785420129 |
3972 | 2024-08-12T21:12:25.750Z | kflt 0.540249541 |
3973 | 2024-08-12T21:12:25.750Z | lock 6:37:04.140035334 |
3974 | 2024-08-12T21:12:25.751Z | slp 18:37:27.429442817 |
3975 | 2024-08-12T21:12:25.751Z | lat 8:26.349396295 |
3976 | 2024-08-12T21:12:25.751Z | stop 6:59.520893366 |
3977 | 2024-08-12T21:12:25.934Z | + banner test |
3978 | 2024-08-12T21:12:25.978Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose |
3979 | 2024-08-12T21:12:26.916Z | |
3980 | 2024-08-12T21:12:26.919Z | ##### ###### #### ##### |
3981 | 2024-08-12T21:12:26.919Z | # # # # |
3982 | 2024-08-12T21:12:26.919Z | # ##### #### # |
3983 | 2024-08-12T21:12:26.919Z | # # # # |
3984 | 2024-08-12T21:12:26.919Z | # # # # # |
3985 | 2024-08-12T21:12:26.919Z | # ###### #### # |
3986 | 2024-08-12T21:12:26.919Z | |
3987 | 2024-08-12T21:12:29.834Z | info: experimental features enabled: setup-scripts |
3988 | 2024-08-12T21:12:31.154Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3989 | 2024-08-12T21:12:31.284Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3990 | 2024-08-12T21:12:31.298Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3991 | 2024-08-12T21:12:31.312Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3992 | 2024-08-12T21:12:43.424Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.55s |
3993 | 2024-08-12T21:12:48.367Z | Starting 1393 tests across 150 binaries (3 skipped; run ID: 2b60aecc-196c-4758-af14-8db51071ef3b, nextest profile: ci) |
3994 | 2024-08-12T21:12:48.373Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3995 | 2024-08-12T21:12:49.150Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3996 | 2024-08-12T21:12:51.487Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3997 | 2024-08-12T21:12:53.220Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3998 | 2024-08-12T21:12:59.333Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.89s |
3999 | 2024-08-12T21:12:59.445Z | Running `target/debug/crdb-seed` |
4000 | 2024-08-12T21:12:59.478Z | Aug 12 21:12:58.561 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmppoBq84 |
4001 | 2024-08-12T21:12:59.479Z | Aug 12 21:12:58.561 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpFuomCZ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmppoBq84/listen-url |
4002 | 2024-08-12T21:12:59.482Z | Aug 12 21:12:58.561 INFO cockroach environment: BUILDOMAT_JOB_ID=01J544P3HWW5SEK877XCSJR6BS BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=dap/demo-saga GITHUB_REF=refs/heads/dap/demo-saga GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=de786b11949be660e03a5d56f2c01dfd7005c455 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-85296a35898580e7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out:/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envRr9Yeg NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-ade434d7f472112d/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out:/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=2b60aecc-196c-4758-af14-8db51071ef3b PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.80.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime |
4003 | 2024-08-12T21:13:00.595Z | Aug 12 21:12:59.676 INFO cockroach pid: 5310 |
4004 | 2024-08-12T21:13:00.595Z | Aug 12 21:12:59.676 INFO cockroach listen URL: postgresql://root@[::1]:54686/omicron?sslmode=disable |
4005 | 2024-08-12T21:13:00.595Z | Aug 12 21:12:59.676 INFO cockroach: populating |
4006 | 2024-08-12T21:13:03.426Z | Aug 12 21:13:02.507 INFO cockroach: populated |
4007 | 2024-08-12T21:13:05.374Z | Aug 12 21:13:04.456 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/1bfa5cfb9dd31b21eab7f41a1d1fc7ee0b7900f8d1e83c8b7c0f724ac0512b52.tar` |
4008 | 2024-08-12T21:13:05.378Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
4009 | 2024-08-12T21:13:05.420Z | PASS [ 0.032s] api_identity test::test_identity |
4010 | 2024-08-12T21:13:05.420Z | PASS [ 0.027s] api_identity test::test_identity_no_field |
4011 | 2024-08-12T21:13:05.435Z | PASS [ 0.034s] bootstore schemes::tests::hello_roundtrip |
4012 | 2024-08-12T21:13:05.436Z | PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4013 | 2024-08-12T21:13:05.450Z | PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4014 | 2024-08-12T21:13:05.450Z | PASS [ 0.049s] authz-macros tests::test_authz_snapshots |
4015 | 2024-08-12T21:13:05.450Z | PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages |
4016 | 2024-08-12T21:13:05.474Z | PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes |
4017 | 2024-08-12T21:13:05.493Z | PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes |
4018 | 2024-08-12T21:13:05.498Z | PASS [ 0.094s] bootstore schemes::v0::peer::tests::network_config |
4019 | 2024-08-12T21:13:05.509Z | PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value |
4020 | 2024-08-12T21:13:05.513Z | PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv |
4021 | 2024-08-12T21:13:05.524Z | PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv |
4022 | 2024-08-12T21:13:05.538Z | PASS [ 0.092s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input |
4023 | 2024-08-12T21:13:05.543Z | PASS [ 0.102s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input |
4024 | 2024-08-12T21:13:05.669Z | PASS [ 0.232s] cert-dev::test-cert-dev test_cert_create |
4025 | 2024-08-12T21:13:05.748Z | PASS [ 0.078s] db-macros lookup::test::test_lookup_snapshots |
4026 | 2024-08-12T21:13:05.766Z | PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
4027 | 2024-08-12T21:13:05.782Z | PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4028 | 2024-08-12T21:13:05.798Z | PASS [ 0.277s] db-dev::test-db-dev test_db_dev_populate_no_args |
4029 | 2024-08-12T21:13:05.798Z | PASS [ 0.267s] db-dev::test-db-dev test_db_dev_wipe_no_args |
4030 | 2024-08-12T21:13:05.803Z | PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4031 | 2024-08-12T21:13:05.809Z | PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4032 | 2024-08-12T21:13:05.816Z | PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4033 | 2024-08-12T21:13:05.828Z | PASS [ 0.024s] db-macros tests::test_derive_snapshots |
4034 | 2024-08-12T21:13:05.834Z | PASS [ 0.024s] db-macros tests::test_derive_with_unknown_field |
4035 | 2024-08-12T21:13:06.060Z | PASS [ 0.230s] dns-server storage::test::test_update_in_progress |
4036 | 2024-08-12T21:13:06.085Z | PASS [ 0.242s] dns-server storage::test::test_update_interrupted |
4037 | 2024-08-12T21:13:06.085Z | PASS [ 0.260s] dns-server storage::test::test_update_basic |
4038 | 2024-08-12T21:13:06.527Z | PASS [ 1.123s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4039 | 2024-08-12T21:13:06.576Z | PASS [ 0.502s] dns-server::basic_test a_crud |
4040 | 2024-08-12T21:13:06.580Z | PASS [ 0.475s] dns-server::basic_test empty_record |
4041 | 2024-08-12T21:13:06.580Z | PASS [ 0.484s] dns-server::basic_test aaaa_crud |
4042 | 2024-08-12T21:13:06.824Z | PASS [ 0.295s] dns-server::basic_test multi_record_crud |
4043 | 2024-08-12T21:13:06.845Z | PASS [ 0.271s] dns-server::basic_test nxdomain |
4044 | 2024-08-12T21:13:06.857Z | PASS [ 0.292s] dns-server::basic_test name_contains_zone |
4045 | 2024-08-12T21:13:06.893Z | PASS [ 0.315s] dns-server::basic_test servfail |
4046 | 2024-08-12T21:13:06.943Z | PASS [ 0.050s] dns-service-client diff::test::diff_equivalent |
4047 | 2024-08-12T21:13:06.952Z | PASS [ 0.097s] dns-service-client diff::test::diff_different |
4048 | 2024-08-12T21:13:06.977Z | PASS [ 0.034s] dns-service-client diff::test::diff_invalid |
4049 | 2024-08-12T21:13:07.015Z | PASS [ 0.031s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4050 | 2024-08-12T21:13:07.015Z | PASS [ 0.057s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4051 | 2024-08-12T21:13:07.100Z | PASS [ 0.091s] illumos-utils destructor::test::test_delayed_delete |
4052 | 2024-08-12T21:13:07.107Z | PASS [ 0.286s] dns-server::basic_test srv_crud |
4053 | 2024-08-12T21:13:07.135Z | PASS [ 0.031s] illumos-utils destructor::test::test_destructor_bad_close |
4054 | 2024-08-12T21:13:07.143Z | PASS [ 0.030s] illumos-utils link::test::test_allocate |
4055 | 2024-08-12T21:13:07.155Z | PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes |
4056 | 2024-08-12T21:13:07.162Z | PASS [ 0.026s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4057 | 2024-08-12T21:13:07.187Z | PASS [ 0.027s] illumos-utils zone::tests::test_parse_ip_network |
4058 | 2024-08-12T21:13:07.193Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool |
4059 | 2024-08-12T21:13:07.215Z | PASS [ 0.024s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4060 | 2024-08-12T21:13:08.123Z | PASS [ 1.105s] illumos-utils destructor::test::test_delayed_delete_with_error |
4061 | 2024-08-12T21:13:08.388Z | PASS [ 0.265s] installinator-common block_size_writer::tests::proptest_block_writer |
4062 | 2024-08-12T21:13:08.454Z | PASS [ 0.059s] internal-dns config::test::display_hosts |
4063 | 2024-08-12T21:13:08.512Z | PASS [ 0.032s] internal-dns config::test::display_srv_service |
4064 | 2024-08-12T21:13:08.559Z | PASS [ 0.069s] internal-dns config::test::test_builder_errors |
4065 | 2024-08-12T21:13:08.674Z | PASS [ 0.106s] internal-dns config::test::test_builder_output |
4066 | 2024-08-12T21:13:09.515Z | PASS [ 0.860s] internal-dns resolver::test::insert_and_lookup_multiple_records |
4067 | 2024-08-12T21:13:09.825Z | PASS [ 0.309s] internal-dns resolver::test::insert_and_lookup_one_record |
4068 | 2024-08-12T21:13:10.226Z | PASS [ 0.397s] internal-dns resolver::test::lookup_nonexistent_record_fails |
4069 | 2024-08-12T21:13:10.639Z | PASS [ 3.795s] dns-server::commands_test test_dnsadm |
4070 | 2024-08-12T21:13:10.840Z | PASS [ 0.616s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
4071 | 2024-08-12T21:13:11.042Z | PASS [ 0.401s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
4072 | 2024-08-12T21:13:11.183Z | PASS [ 0.347s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
4073 | 2024-08-12T21:13:11.223Z | PASS [ 0.037s] ipcc tests::deserialize_fixed_value |
4074 | 2024-08-12T21:13:11.284Z | PASS [ 0.060s] ipcc tests::installinator_image_id_round_trip |
4075 | 2024-08-12T21:13:11.318Z | PASS [ 0.037s] ipcc tests::serialized_size |
4076 | 2024-08-12T21:13:11.349Z | PASS [ 0.307s] internal-dns resolver::test::update_record |
4077 | 2024-08-12T21:13:11.371Z | PASS [ 5.829s] db-dev::test-db-dev test_db_killed |
4078 | 2024-08-12T21:13:11.414Z | PASS [ 0.053s] key-manager tests::different_ikm_produces_different_keys |
4079 | 2024-08-12T21:13:11.414Z | PASS [ 0.082s] key-manager tests::different_disks_produce_different_keys |
4080 | 2024-08-12T21:13:11.414Z | PASS [ 0.030s] key-manager tests::disk_encryption_key_epoch_0 |
4081 | 2024-08-12T21:13:11.431Z | PASS [ 0.026s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4082 | 2024-08-12T21:13:11.453Z | PASS [ 0.045s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers |
4083 | 2024-08-12T21:13:11.475Z | PASS [ 0.043s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie |
4084 | 2024-08-12T21:13:11.475Z | PASS [ 0.063s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
4085 | 2024-08-12T21:13:11.485Z | PASS [ 0.031s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
4086 | 2024-08-12T21:13:11.501Z | PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
4087 | 2024-08-12T21:13:11.508Z | PASS [ 0.032s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies |
4088 | 2024-08-12T21:13:11.554Z | PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie |
4089 | 2024-08-12T21:13:11.583Z | PASS [ 0.069s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle |
4090 | 2024-08-12T21:13:11.583Z | PASS [ 0.087s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute |
4091 | 2024-08-12T21:13:11.591Z | PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token |
4092 | 2024-08-12T21:13:11.600Z | PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header |
4093 | 2024-08-12T21:13:11.608Z | PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present |
4094 | 2024-08-12T21:13:11.635Z | PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_missing_cookie |
4095 | 2024-08-12T21:13:11.646Z | PASS [ 0.045s] nexus-auth authn::external::session_cookie::test::test_other_cookie |
4096 | 2024-08-12T21:13:11.653Z | PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value |
4097 | 2024-08-12T21:13:11.662Z | PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error |
4098 | 2024-08-12T21:13:11.682Z | PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_valid_cookie |
4099 | 2024-08-12T21:13:11.689Z | PASS [ 0.035s] nexus-auth authn::external::spoof::test::test_make_header_value |
4100 | 2024-08-12T21:13:11.702Z | PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_make_header_value_raw |
4101 | 2024-08-12T21:13:11.726Z | PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids |
4102 | 2024-08-12T21:13:11.726Z | PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_missing |
4103 | 2024-08-12T21:13:11.734Z | PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_spoof_header_valid |
4104 | 2024-08-12T21:13:11.751Z | PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values |
4105 | 2024-08-12T21:13:11.762Z | PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value |
4106 | 2024-08-12T21:13:11.769Z | PASS [ 0.041s] nexus-auth authn::external::test::test_authn_sequence |
4107 | 2024-08-12T21:13:11.781Z | PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 |
4108 | 2024-08-12T21:13:11.789Z | PASS [ 0.027s] nexus-auth authn::external::token::test::test_token_header_missing |
4109 | 2024-08-12T21:13:11.802Z | PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_valid |
4110 | 2024-08-12T21:13:11.844Z | PASS [ 0.060s] nexus-auth authn::test::test_internal_users |
4111 | 2024-08-12T21:13:11.858Z | PASS [ 0.057s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes |
4112 | 2024-08-12T21:13:11.910Z | PASS [ 0.067s] nexus-auth context::test::test_background_context |
4113 | 2024-08-12T21:13:11.934Z | PASS [ 0.061s] nexus-auth context::test::test_child_context |
4114 | 2024-08-12T21:13:11.934Z | PASS [ 0.128s] nexus-auth authz::context::test::test_unregistered_resource |
4115 | 2024-08-12T21:13:11.972Z | PASS [ 0.062s] nexus-auth context::test::test_test_context |
4116 | 2024-08-12T21:13:11.996Z | PASS [ 0.068s] nexus-config nexus_config::test::test_config_bad_toml |
4117 | 2024-08-12T21:13:12.001Z | PASS [ 0.029s] nexus-config nexus_config::test::test_config_empty |
4118 | 2024-08-12T21:13:12.041Z | PASS [ 0.038s] nexus-config nexus_config::test::test_config_nonexistent |
4119 | 2024-08-12T21:13:12.072Z | PASS [ 0.138s] nexus-config nexus_config::test::test_bad_authn_schemes |
4120 | 2024-08-12T21:13:12.094Z | PASS [ 0.050s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable |
4121 | 2024-08-12T21:13:12.109Z | PASS [ 0.101s] nexus-config nexus_config::test::test_deployment_config_schema |
4122 | 2024-08-12T21:13:12.145Z | PASS [ 0.081s] nexus-config nexus_config::test::test_repo_configs_are_valid |
4123 | 2024-08-12T21:13:12.180Z | PASS [ 0.050s] nexus-config postgres_config::test::test_bad_url |
4124 | 2024-08-12T21:13:12.180Z | PASS [ 0.071s] nexus-config nexus_config::test::test_valid |
4125 | 2024-08-12T21:13:12.195Z | PASS [ 0.051s] nexus-config postgres_config::test::test_example_url |
4126 | 2024-08-12T21:13:12.237Z | PASS [ 0.066s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data |
4127 | 2024-08-12T21:13:12.285Z | PASS [ 0.056s] nexus-db-fixed-data test::test_allowlist_id_is_valid |
4128 | 2024-08-12T21:13:12.285Z | PASS [ 0.072s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid |
4129 | 2024-08-12T21:13:12.285Z | PASS [ 0.060s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid |
4130 | 2024-08-12T21:13:12.378Z | PASS [ 0.087s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid |
4131 | 2024-08-12T21:13:12.421Z | PASS [ 0.120s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4132 | 2024-08-12T21:13:12.523Z | PASS [ 0.227s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4133 | 2024-08-12T21:13:12.560Z | PASS [ 0.162s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4134 | 2024-08-12T21:13:12.629Z | PASS [ 0.075s] nexus-db-model schema_versions::test::test_known_versions |
4135 | 2024-08-12T21:13:12.669Z | PASS [ 0.148s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections |
4136 | 2024-08-12T21:13:12.692Z | PASS [ 0.057s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections |
4137 | 2024-08-12T21:13:12.692Z | PASS [ 0.359s] nexus-db-model device_auth::test::test_generate_user_code |
4138 | 2024-08-12T21:13:12.704Z | PASS [ 0.049s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names |
4139 | 2024-08-12T21:13:12.717Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files |
4140 | 2024-08-12T21:13:12.736Z | PASS [ 0.035s] nexus-db-model schema_versions::test::test_verify |
4141 | 2024-08-12T21:13:12.756Z | PASS [ 0.048s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4142 | 2024-08-12T21:13:12.783Z | PASS [ 0.048s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4143 | 2024-08-12T21:13:12.783Z | PASS [ 0.051s] nexus-db-model tests::test_ipv6_net_random_subnet |
4144 | 2024-08-12T21:13:12.804Z | PASS [ 0.039s] nexus-db-model tests::test_roles_database_strings |
4145 | 2024-08-12T21:13:12.804Z | PASS [ 0.040s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4146 | 2024-08-12T21:13:13.232Z | PASS [ 6.027s] installinator mock_peers::tests::proptest_fetch_artifact |
4147 | 2024-08-12T21:13:13.351Z | PASS [ 6.140s] installinator write::tests::proptest_write_artifact |
4148 | 2024-08-12T21:13:19.968Z | PASS [ 7.164s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4149 | 2024-08-12T21:13:20.151Z | PASS [ 6.930s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
4150 | 2024-08-12T21:13:20.173Z | PASS [ 7.386s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
4151 | 2024-08-12T21:13:20.195Z | PASS [ 7.404s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
4152 | 2024-08-12T21:13:20.900Z | PASS [ 7.547s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
4153 | 2024-08-12T21:13:24.392Z | PASS [ 18.843s] db-dev::test-db-dev test_db_run |
4154 | 2024-08-12T21:13:24.425Z | PASS [ 0.034s] nexus-db-queries db::collection_attach::test::test_verify_query |
4155 | 2024-08-12T21:13:26.080Z | PASS [ 6.108s] nexus-db-queries db::collection_attach::test::test_attach_once |
4156 | 2024-08-12T21:13:26.574Z | PASS [ 5.676s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4157 | 2024-08-12T21:13:26.895Z | PASS [ 6.742s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4158 | 2024-08-12T21:13:26.900Z | PASS [ 6.706s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4159 | 2024-08-12T21:13:26.995Z | PASS [ 6.829s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
4160 | 2024-08-12T21:13:27.972Z | PASS [ 22.546s] bootstore::v0-fsm-proptest-learner run |
4161 | 2024-08-12T21:13:28.016Z | PASS [ 0.043s] nexus-db-queries db::collection_detach::test::test_verify_query |
4162 | 2024-08-12T21:13:30.241Z | PASS [ 5.813s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4163 | 2024-08-12T21:13:32.336Z | PASS [ 6.256s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4164 | 2024-08-12T21:13:32.516Z | PASS [ 5.621s] nexus-db-queries db::collection_detach::test::test_detach_once |
4165 | 2024-08-12T21:13:32.971Z | PASS [ 6.396s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4166 | 2024-08-12T21:13:33.066Z | PASS [ 6.069s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4167 | 2024-08-12T21:13:33.204Z | PASS [ 6.302s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4168 | 2024-08-12T21:13:34.385Z | PASS [ 6.368s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4169 | 2024-08-12T21:13:34.556Z | PASS [ 29.116s] bootstore::v0-fsm-proptest-rack-coordinator run |
4170 | 2024-08-12T21:13:34.594Z | PASS [ 0.040s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4171 | 2024-08-12T21:13:35.934Z | PASS [ 5.693s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4172 | 2024-08-12T21:13:38.501Z | PASS [ 5.297s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4173 | 2024-08-12T21:13:38.531Z | PASS [ 0.031s] nexus-db-queries db::collection_insert::test::test_verify_query |
4174 | 2024-08-12T21:13:38.565Z | PASS [ 0.032s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix |
4175 | 2024-08-12T21:13:38.592Z | PASS [ 0.028s] nexus-db-queries db::column_walker::test::test_walk_columns |
4176 | 2024-08-12T21:13:38.628Z | PASS [ 0.036s] nexus-db-queries db::column_walker::test::test_walk_table |
4177 | 2024-08-12T21:13:38.728Z | PASS [ 6.213s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4178 | 2024-08-12T21:13:38.762Z | PASS [ 6.426s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4179 | 2024-08-12T21:13:39.021Z | PASS [ 6.049s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4180 | 2024-08-12T21:13:39.182Z | PASS [ 6.116s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4181 | 2024-08-12T21:13:39.812Z | PASS [ 5.217s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4182 | 2024-08-12T21:13:40.250Z | PASS [ 5.865s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4183 | 2024-08-12T21:13:40.759Z | PASS [ 4.823s] nexus-db-queries db::collection_insert::test::test_collection_present |
4184 | 2024-08-12T21:13:45.218Z | PASS [ 6.038s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4185 | 2024-08-12T21:13:45.222Z | PASS [ 5.413s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4186 | 2024-08-12T21:13:46.397Z | PASS [ 7.758s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops |
4187 | 2024-08-12T21:13:46.397Z | PASS [ 7.625s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade |
4188 | 2024-08-12T21:13:46.405Z | PASS [ 6.154s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress |
4189 | 2024-08-12T21:13:46.473Z | PASS [ 7.743s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id |
4190 | 2024-08-12T21:13:47.091Z | PASS [ 8.065s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists |
4191 | 2024-08-12T21:13:47.926Z | PASS [ 7.162s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking |
4192 | 2024-08-12T21:13:47.970Z | PASS [ 0.046s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4193 | 2024-08-12T21:13:52.399Z | PASS [ 7.173s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint |
4194 | 2024-08-12T21:13:53.027Z | PASS [ 7.808s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking |
4195 | 2024-08-12T21:13:54.550Z | PASS [ 8.144s] nexus-db-queries db::datastore::deployment::tests::test_set_target |
4196 | 2024-08-12T21:13:54.688Z | PASS [ 7.600s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
4197 | 2024-08-12T21:13:54.831Z | PASS [ 8.433s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint |
4198 | 2024-08-12T21:13:54.966Z | PASS [ 8.492s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled |
4199 | 2024-08-12T21:13:55.214Z | PASS [ 7.246s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4200 | 2024-08-12T21:13:59.007Z | PASS [ 6.607s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version |
4201 | 2024-08-12T21:13:59.456Z | PASS [ 13.066s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target |
4202 | 2024-08-12T21:14:01.025Z | PASS [ 7.992s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental |
4203 | 2024-08-12T21:14:02.048Z | PASS [ 7.495s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4204 | 2024-08-12T21:14:02.160Z | PASS [ 7.328s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4205 | 2024-08-12T21:14:02.267Z | PASS [ 7.577s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4206 | 2024-08-12T21:14:02.365Z | PASS [ 7.149s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all |
4207 | 2024-08-12T21:14:02.701Z | PASS [ 7.729s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list |
4208 | 2024-08-12T21:14:05.477Z | PASS [ 6.466s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock |
4209 | 2024-08-12T21:14:05.922Z | PASS [ 6.462s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent |
4210 | 2024-08-12T21:14:08.473Z | PASS [ 7.441s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_unlocking_someone_elses_instance_errors |
4211 | 2024-08-12T21:14:09.387Z | PASS [ 7.340s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
4212 | 2024-08-12T21:14:09.689Z | PASS [ 7.324s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool |
4213 | 2024-08-12T21:14:09.869Z | PASS [ 7.602s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4214 | 2024-08-12T21:14:10.228Z | PASS [ 7.524s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization |
4215 | 2024-08-12T21:14:12.283Z | PASS [ 10.121s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
4216 | 2024-08-12T21:14:12.332Z | PASS [ 6.410s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones |
4217 | 2024-08-12T21:14:13.611Z | PASS [ 8.134s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset |
4218 | 2024-08-12T21:14:15.173Z | PASS [ 6.705s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
4219 | 2024-08-12T21:14:16.336Z | PASS [ 6.949s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
4220 | 2024-08-12T21:14:16.816Z | PASS [ 7.125s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance |
4221 | 2024-08-12T21:14:17.110Z | PASS [ 6.885s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired |
4222 | 2024-08-12T21:14:17.496Z | PASS [ 7.620s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list |
4223 | 2024-08-12T21:14:19.079Z | PASS [ 6.743s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
4224 | 2024-08-12T21:14:19.298Z | PASS [ 7.011s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled |
4225 | 2024-08-12T21:14:20.472Z | PASS [ 6.858s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled |
4226 | 2024-08-12T21:14:22.185Z | PASS [ 7.010s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks |
4227 | 2024-08-12T21:14:23.742Z | PASS [ 7.402s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled |
4228 | 2024-08-12T21:14:24.059Z | PASS [ 7.242s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides |
4229 | 2024-08-12T21:14:24.805Z | PASS [ 7.695s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list |
4230 | 2024-08-12T21:14:24.831Z | PASS [ 0.027s] nexus-db-queries db::datastore::region::test::test_extent_count |
4231 | 2024-08-12T21:14:26.284Z | PASS [ 8.789s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
4232 | 2024-08-12T21:14:26.554Z | PASS [ 7.257s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
4233 | 2024-08-12T21:14:26.691Z | PASS [ 7.613s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
4234 | 2024-08-12T21:14:27.560Z | PASS [ 7.089s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
4235 | 2024-08-12T21:14:29.665Z | PASS [ 7.479s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
4236 | 2024-08-12T21:14:30.713Z | PASS [ 6.637s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
4237 | 2024-08-12T21:14:35.353Z | PASS [ 6.801s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume |
4238 | 2024-08-12T21:14:35.353Z | PASS [ 7.958s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
4239 | 2024-08-12T21:14:35.353Z | PASS [ 7.205s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga |
4240 | 2024-08-12T21:14:35.353Z | PASS [ 7.044s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga |
4241 | 2024-08-12T21:14:35.353Z | PASS [ 7.110s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps |
4242 | 2024-08-12T21:14:35.353Z | PASS [ 6.691s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict |
4243 | 2024-08-12T21:14:36.141Z | PASS [ 6.474s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement |
4244 | 2024-08-12T21:14:37.497Z | PASS [ 6.797s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc |
4245 | 2024-08-12T21:14:38.289Z | PASS [ 6.656s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume |
4246 | 2024-08-12T21:14:38.444Z | PASS [ 6.744s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region |
4247 | 2024-08-12T21:14:40.474Z | PASS [ 6.874s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent |
4248 | 2024-08-12T21:14:40.554Z | PASS [ 7.064s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume |
4249 | 2024-08-12T21:14:40.813Z | PASS [ 6.558s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes |
4250 | 2024-08-12T21:14:41.295Z | PASS [ 7.492s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas |
4251 | 2024-08-12T21:14:43.312Z | PASS [ 7.150s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes |
4252 | 2024-08-12T21:14:44.405Z | PASS [ 6.907s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent |
4253 | 2024-08-12T21:14:46.848Z | PASS [ 8.556s] nexus-db-queries db::datastore::sled::test::sled_list_batch |
4254 | 2024-08-12T21:14:46.970Z | PASS [ 8.525s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
4255 | 2024-08-12T21:14:48.273Z | PASS [ 7.459s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned |
4256 | 2024-08-12T21:14:48.323Z | PASS [ 7.848s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks |
4257 | 2024-08-12T21:14:48.414Z | PASS [ 7.118s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen |
4258 | 2024-08-12T21:14:49.967Z | PASS [ 6.674s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
4259 | 2024-08-12T21:14:50.955Z | PASS [ 6.550s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
4260 | 2024-08-12T21:14:51.096Z | PASS [ 10.537s] nexus-db-queries db::datastore::sled::test::test_sled_transitions |
4261 | 2024-08-12T21:14:53.729Z | PASS [ 5.313s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
4262 | 2024-08-12T21:14:53.811Z | PASS [ 6.838s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
4263 | 2024-08-12T21:14:53.881Z | PASS [ 7.032s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
4264 | 2024-08-12T21:14:55.009Z | PASS [ 6.686s] nexus-db-queries db::datastore::test::test_project_creation |
4265 | 2024-08-12T21:14:55.561Z | PASS [ 7.287s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
4266 | 2024-08-12T21:14:57.369Z | PASS [ 7.401s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4267 | 2024-08-12T21:14:58.008Z | PASS [ 6.913s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4268 | 2024-08-12T21:15:01.702Z | PASS [ 7.890s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory |
4269 | 2024-08-12T21:15:01.998Z | PASS [ 8.268s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service |
4270 | 2024-08-12T21:15:03.829Z | PASS [ 12.871s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4271 | 2024-08-12T21:15:05.075Z | PASS [ 7.067s] nexus-db-queries db::datastore::test::test_session_methods |
4272 | 2024-08-12T21:15:06.855Z | PASS [ 12.971s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4273 | 2024-08-12T21:15:06.868Z | PASS [ 5.165s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4274 | 2024-08-12T21:15:07.109Z | PASS [ 12.098s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4275 | 2024-08-12T21:15:08.478Z | PASS [ 6.478s] nexus-db-queries db::datastore::test::test_ssh_keys |
4276 | 2024-08-12T21:15:08.906Z | PASS [ 13.343s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4277 | 2024-08-12T21:15:09.668Z | PASS [ 12.297s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4278 | 2024-08-12T21:15:09.710Z | PASS [ 0.042s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr |
4279 | 2024-08-12T21:15:09.756Z | PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr |
4280 | 2024-08-12T21:15:10.139Z | PASS [ 6.311s] nexus-db-queries db::datastore::test::test_table_scan |
4281 | 2024-08-12T21:15:11.510Z | PASS [ 6.434s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete |
4282 | 2024-08-12T21:15:13.787Z | PASS [ 6.919s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete |
4283 | 2024-08-12T21:15:13.954Z | PASS [ 7.100s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice |
4284 | 2024-08-12T21:15:14.025Z | PASS [ 6.916s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice |
4285 | 2024-08-12T21:15:15.290Z | PASS [ 6.809s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
4286 | 2024-08-12T21:15:15.465Z | PASS [ 6.558s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr |
4287 | 2024-08-12T21:15:16.590Z | PASS [ 6.833s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region |
4288 | 2024-08-12T21:15:16.820Z | PASS [ 6.679s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot |
4289 | 2024-08-12T21:15:18.105Z | PASS [ 6.593s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4290 | 2024-08-12T21:15:20.809Z | PASS [ 5.345s] nexus-db-queries db::explain::test::test_explain_async |
4291 | 2024-08-12T21:15:20.965Z | PASS [ 7.176s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4292 | 2024-08-12T21:15:21.828Z | PASS [ 5.238s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4293 | 2024-08-12T21:15:22.448Z | PASS [ 8.420s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve |
4294 | 2024-08-12T21:15:22.486Z | PASS [ 0.037s] nexus-db-queries db::pagination::test::test_paginator |
4295 | 2024-08-12T21:15:23.347Z | PASS [ 9.390s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint |
4296 | 2024-08-12T21:15:23.474Z | PASS [ 6.653s] nexus-db-queries db::lookup::test::test_lookup |
4297 | 2024-08-12T21:15:23.489Z | PASS [ 8.201s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets |
4298 | 2024-08-12T21:15:24.035Z | PASS [ 5.928s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4299 | 2024-08-12T21:15:26.554Z | PASS [ 5.741s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4300 | 2024-08-12T21:15:26.853Z | PASS [ 5.884s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4301 | 2024-08-12T21:15:27.274Z | PASS [ 5.443s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4302 | 2024-08-12T21:15:30.718Z | PASS [ 8.231s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4303 | 2024-08-12T21:15:30.910Z | PASS [ 7.418s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range |
4304 | 2024-08-12T21:15:31.275Z | PASS [ 7.927s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4305 | 2024-08-12T21:15:31.419Z | PASS [ 7.384s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4306 | 2024-08-12T21:15:31.425Z | PASS [ 7.952s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent |
4307 | 2024-08-12T21:15:31.447Z | PASS [ 0.029s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4308 | 2024-08-12T21:15:34.239Z | PASS [ 7.380s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4309 | 2024-08-12T21:15:34.242Z | PASS [ 7.678s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4310 | 2024-08-12T21:15:34.491Z | PASS [ 7.216s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4311 | 2024-08-12T21:15:38.180Z | PASS [ 7.271s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent |
4312 | 2024-08-12T21:15:38.452Z | PASS [ 7.732s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4313 | 2024-08-12T21:15:39.279Z | PASS [ 7.831s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4314 | 2024-08-12T21:15:39.545Z | PASS [ 8.118s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4315 | 2024-08-12T21:15:41.278Z | PASS [ 7.045s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4316 | 2024-08-12T21:15:41.356Z | PASS [ 6.864s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4317 | 2024-08-12T21:15:41.871Z | PASS [ 7.629s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4318 | 2024-08-12T21:15:44.349Z | PASS [ 13.071s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4319 | 2024-08-12T21:15:45.282Z | PASS [ 6.829s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4320 | 2024-08-12T21:15:46.271Z | PASS [ 8.090s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4321 | 2024-08-12T21:15:46.302Z | PASS [ 0.031s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
4322 | 2024-08-12T21:15:46.493Z | PASS [ 7.213s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails |
4323 | 2024-08-12T21:15:46.528Z | PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest |
4324 | 2024-08-12T21:15:46.566Z | PASS [ 0.034s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system |
4325 | 2024-08-12T21:15:46.822Z | PASS [ 7.275s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot |
4326 | 2024-08-12T21:15:46.857Z | PASS [ 0.035s] nexus-db-queries db::queries::next_item::tests::test_shift_indices |
4327 | 2024-08-12T21:15:48.347Z | PASS [ 7.066s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4328 | 2024-08-12T21:15:49.396Z | PASS [ 7.524s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4329 | 2024-08-12T21:15:49.466Z | PASS [ 8.106s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4330 | 2024-08-12T21:15:49.687Z | PASS [ 1.340s] nexus-db-queries db::queries::region_allocation::test::expectorate_query |
4331 | 2024-08-12T21:15:49.735Z | PASS [ 0.273s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance |
4332 | 2024-08-12T21:15:49.933Z | PASS [ 0.247s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage |
4333 | 2024-08-12T21:15:49.993Z | PASS [ 0.255s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance |
4334 | 2024-08-12T21:15:50.175Z | PASS [ 0.242s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage |
4335 | 2024-08-12T21:15:52.219Z | PASS [ 5.656s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices |
4336 | 2024-08-12T21:15:52.336Z | PASS [ 5.478s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4337 | 2024-08-12T21:15:52.428Z | PASS [ 8.078s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4338 | 2024-08-12T21:15:52.527Z | PASS [ 0.099s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4339 | 2024-08-12T21:15:52.562Z | PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4340 | 2024-08-12T21:15:52.606Z | PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4341 | 2024-08-12T21:15:52.642Z | PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4342 | 2024-08-12T21:15:52.677Z | PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4343 | 2024-08-12T21:15:53.446Z | PASS [ 8.164s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4344 | 2024-08-12T21:15:54.192Z | PASS [ 4.795s] nexus-db-queries db::queries::region_allocation::test::explainable |
4345 | 2024-08-12T21:15:54.928Z | PASS [ 4.936s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance |
4346 | 2024-08-12T21:15:55.077Z | PASS [ 4.878s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage |
4347 | 2024-08-12T21:15:57.335Z | PASS [ 4.998s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage |
4348 | 2024-08-12T21:15:57.464Z | PASS [ 5.123s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance |
4349 | 2024-08-12T21:15:57.593Z | PASS [ 4.914s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query |
4350 | 2024-08-12T21:15:57.629Z | PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4351 | 2024-08-12T21:15:57.668Z | PASS [ 11.363s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4352 | 2024-08-12T21:15:57.712Z | PASS [ 0.044s] nexus-inventory builder::test::test_empty |
4353 | 2024-08-12T21:15:57.764Z | PASS [ 0.053s] nexus-inventory builder::test::test_problems |
4354 | 2024-08-12T21:15:57.882Z | PASS [ 0.253s] nexus-inventory builder::test::test_basic |
4355 | 2024-08-12T21:15:58.511Z | PASS [ 5.063s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query |
4356 | 2024-08-12T21:15:59.049Z | PASS [ 4.855s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent |
4357 | 2024-08-12T21:15:59.126Z | PASS [ 1.356s] nexus-inventory collector::test::test_basic |
4358 | 2024-08-12T21:15:59.238Z | PASS [ 0.669s] nexus-inventory collector::test::test_multi_mgs_failure |
4359 | 2024-08-12T21:15:59.440Z | PASS [ 1.558s] nexus-inventory collector::test::test_multi_mgs |
4360 | 2024-08-12T21:16:00.345Z | PASS [ 1.296s] nexus-inventory collector::test::test_sled_agent_failure |
4361 | 2024-08-12T21:16:06.233Z | PASS [ 8.887s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
4362 | 2024-08-12T21:16:06.305Z | PASS [ 0.073s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic |
4363 | 2024-08-12T21:16:06.353Z | PASS [ 9.004s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
4364 | 2024-08-12T21:16:06.374Z | PASS [ 0.068s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic |
4365 | 2024-08-12T21:16:06.391Z | PASS [ 0.050s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty |
4366 | 2024-08-12T21:16:06.420Z | PASS [ 0.046s] nexus-reconfigurator-execution dns::test::test_dns_compute_update |
4367 | 2024-08-12T21:16:08.261Z | PASS [ 13.331s] nexus-db-queries policy_test::test_conferred_roles |
4368 | 2024-08-12T21:16:09.850Z | PASS [ 10.726s] nexus-metrics-producer-gc tests::test_prune_expired_producers |
4369 | 2024-08-12T21:16:09.914Z | PASS [ 10.731s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector |
4370 | 2024-08-12T21:16:30.775Z | PASS [ 24.353s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks |
4371 | 2024-08-12T21:16:31.844Z | PASS [ 36.785s] nexus-db-queries policy_test::test_iam_roles_behavior |
4372 | 2024-08-12T21:16:32.075Z | PASS [ 0.228s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases |
4373 | 2024-08-12T21:16:32.130Z | PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones |
4374 | 2024-08-12T21:16:32.153Z | PASS [ 32.696s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option |
4375 | 2024-08-12T21:16:32.214Z | PASS [ 0.083s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks |
4376 | 2024-08-12T21:16:32.236Z | PASS [ 0.090s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic |
4377 | 2024-08-12T21:16:32.251Z | PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb |
4378 | 2024-08-12T21:16:32.295Z | PASS [ 0.063s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial |
4379 | 2024-08-12T21:16:32.347Z | PASS [ 0.093s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip |
4380 | 2024-08-12T21:16:32.366Z | PASS [ 0.071s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip |
4381 | 2024-08-12T21:16:32.382Z | PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac |
4382 | 2024-08-12T21:16:32.414Z | PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds |
4383 | 2024-08-12T21:16:32.445Z | PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated |
4384 | 2024-08-12T21:16:32.494Z | PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator |
4385 | 2024-08-12T21:16:32.607Z | PASS [ 0.102s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones |
4386 | 2024-08-12T21:16:32.661Z | PASS [ 0.069s] nexus-reconfigurator-planning ip_allocator::test::test_basic |
4387 | 2024-08-12T21:16:32.772Z | PASS [ 0.098s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones |
4388 | 2024-08-12T21:16:32.824Z | PASS [ 0.065s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds |
4389 | 2024-08-12T21:16:32.898Z | PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled |
4390 | 2024-08-12T21:16:33.051Z | PASS [ 0.162s] nexus-reconfigurator-planning planner::test::test_basic_add_sled |
4391 | 2024-08-12T21:16:33.143Z | PASS [ 0.094s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks |
4392 | 2024-08-12T21:16:33.228Z | PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool |
4393 | 2024-08-12T21:16:33.248Z | PASS [ 23.391s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones |
4394 | 2024-08-12T21:16:33.281Z | PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem |
4395 | 2024-08-12T21:16:33.306Z | PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option |
4396 | 2024-08-12T21:16:33.433Z | PASS [ 0.156s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds |
4397 | 2024-08-12T21:16:33.446Z | PASS [ 0.149s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds |
4398 | 2024-08-12T21:16:33.554Z | PASS [ 0.104s] nexus-saga-recovery recovery::test::test_plan_basic |
4399 | 2024-08-12T21:16:33.562Z | PASS [ 0.130s] nexus-saga-recovery recovery::test::test_execution_basic |
4400 | 2024-08-12T21:16:33.591Z | PASS [ 0.039s] nexus-saga-recovery recovery::test::test_read_all_from_channel |
4401 | 2024-08-12T21:16:33.618Z | PASS [ 0.057s] nexus-saga-recovery test::test_basic |
4402 | 2024-08-12T21:16:33.629Z | PASS [ 0.040s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions |
4403 | 2024-08-12T21:16:34.066Z | PASS [ 25.759s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks |
4404 | 2024-08-12T21:16:34.075Z | PASS [ 0.048s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups |
4405 | 2024-08-12T21:16:34.111Z | PASS [ 0.037s] nexus-types external_api::shared::test::test_policy_parsing |
4406 | 2024-08-12T21:16:34.214Z | PASS [ 24.294s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones |
4407 | 2024-08-12T21:16:34.265Z | PASS [ 33.914s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist |
4408 | 2024-08-12T21:16:34.304Z | PASS [ 0.091s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4409 | 2024-08-12T21:16:34.333Z | PASS [ 0.221s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4410 | 2024-08-12T21:16:34.631Z | PASS [ 0.367s] omicron-certificates tests::test_cert_extended_key_usage |
4411 | 2024-08-12T21:16:34.663Z | PASS [ 0.313s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4412 | 2024-08-12T21:16:34.666Z | PASS [ 0.342s] omicron-certificates tests::test_common_name_is_validated |
4413 | 2024-08-12T21:16:39.111Z | PASS [ 5.479s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip |
4414 | 2024-08-12T21:16:39.154Z | PASS [ 0.044s] omicron-common address::test::test_dns_subnets |
4415 | 2024-08-12T21:16:39.179Z | PASS [ 0.025s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4416 | 2024-08-12T21:16:39.222Z | PASS [ 0.042s] omicron-common address::test::test_ip_range_enum_deserialization |
4417 | 2024-08-12T21:16:39.253Z | PASS [ 0.027s] omicron-common address::test::test_ip_range_iter |
4418 | 2024-08-12T21:16:39.276Z | PASS [ 0.028s] omicron-common address::test::test_ip_range_length |
4419 | 2024-08-12T21:16:39.302Z | PASS [ 0.025s] omicron-common address::test::test_ip_range_try_from |
4420 | 2024-08-12T21:16:39.334Z | PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize |
4421 | 2024-08-12T21:16:39.367Z | PASS [ 0.032s] omicron-common address::test::test_sled_address |
4422 | 2024-08-12T21:16:39.398Z | PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless |
4423 | 2024-08-12T21:16:39.423Z | PASS [ 0.026s] omicron-common api::external::error::test::test_context |
4424 | 2024-08-12T21:16:39.459Z | PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4425 | 2024-08-12T21:16:39.500Z | PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4426 | 2024-08-12T21:16:39.554Z | PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4427 | 2024-08-12T21:16:39.578Z | PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4428 | 2024-08-12T21:16:39.605Z | PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4429 | 2024-08-12T21:16:39.638Z | PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4430 | 2024-08-12T21:16:39.677Z | PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4431 | 2024-08-12T21:16:39.697Z | PASS [ 0.021s] omicron-common api::external::test::test_bytecount |
4432 | 2024-08-12T21:16:39.722Z | PASS [ 0.024s] omicron-common api::external::test::test_bytecount_display |
4433 | 2024-08-12T21:16:39.768Z | PASS [ 0.045s] omicron-common api::external::test::test_digest |
4434 | 2024-08-12T21:16:39.795Z | PASS [ 0.028s] omicron-common api::external::test::test_firewall_deserialization |
4435 | 2024-08-12T21:16:39.874Z | PASS [ 0.073s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4436 | 2024-08-12T21:16:39.917Z | PASS [ 0.049s] omicron-common api::external::test::test_firewall_rule_target_parse |
4437 | 2024-08-12T21:16:39.958Z | PASS [ 0.038s] omicron-common api::external::test::test_hostname_from_str |
4438 | 2024-08-12T21:16:39.977Z | PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_from_str |
4439 | 2024-08-12T21:16:39.999Z | PASS [ 0.022s] omicron-common api::external::test::test_ip_port_range_into_str |
4440 | 2024-08-12T21:16:40.028Z | PASS [ 0.027s] omicron-common api::external::test::test_ipv6_net_operations |
4441 | 2024-08-12T21:16:40.062Z | PASS [ 0.035s] omicron-common api::external::test::test_mac_system_iterator |
4442 | 2024-08-12T21:16:40.085Z | PASS [ 0.023s] omicron-common api::external::test::test_mac_to_int_conversions |
4443 | 2024-08-12T21:16:40.108Z | PASS [ 0.023s] omicron-common api::external::test::test_macaddr |
4444 | 2024-08-12T21:16:40.136Z | PASS [ 0.028s] omicron-common api::external::test::test_name_parse |
4445 | 2024-08-12T21:16:40.159Z | PASS [ 0.024s] omicron-common api::external::test::test_name_parse_from_param |
4446 | 2024-08-12T21:16:40.184Z | PASS [ 0.023s] omicron-common api::external::test::test_resource_name_parse |
4447 | 2024-08-12T21:16:40.213Z | PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse |
4448 | 2024-08-12T21:16:40.260Z | PASS [ 0.045s] omicron-common api::external::test::test_route_destination_parse |
4449 | 2024-08-12T21:16:40.311Z | PASS [ 0.052s] omicron-common api::external::test::test_route_target_parse |
4450 | 2024-08-12T21:16:40.337Z | PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize |
4451 | 2024-08-12T21:16:40.362Z | PASS [ 0.024s] omicron-common api::external::test::test_semver_validation |
4452 | 2024-08-12T21:16:40.368Z | PASS [ 5.717s] omicron-cockroach-admin context::tests::test_node_id |
4453 | 2024-08-12T21:16:40.389Z | PASS [ 0.028s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4454 | 2024-08-12T21:16:40.397Z | PASS [ 0.027s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips |
4455 | 2024-08-12T21:16:40.413Z | PASS [ 0.024s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips |
4456 | 2024-08-12T21:16:40.420Z | PASS [ 0.024s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string |
4457 | 2024-08-12T21:16:40.470Z | PASS [ 0.048s] omicron-common ledger::test::test_create_default_ledger |
4458 | 2024-08-12T21:16:40.490Z | PASS [ 0.065s] omicron-common ledger::test::test_commit_handles_write_failures |
4459 | 2024-08-12T21:16:40.493Z | PASS [ 5.832s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility |
4460 | 2024-08-12T21:16:40.501Z | PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4461 | 2024-08-12T21:16:40.508Z | PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4462 | 2024-08-12T21:16:40.514Z | PASS [ 0.030s] omicron-common update::tests::serde_artifact_kind |
4463 | 2024-08-12T21:16:40.530Z | PASS [ 0.030s] omicron-common zpool_name::test::test_parse_bad_zpool_names |
4464 | 2024-08-12T21:16:40.549Z | PASS [ 0.022s] omicron-common zpool_name::test::test_parse_internal_zpool_name |
4465 | 2024-08-12T21:16:40.549Z | PASS [ 0.029s] omicron-common zpool_name::test::test_parse_external_zpool_name |
4466 | 2024-08-12T21:16:40.555Z | PASS [ 0.025s] omicron-common zpool_name::test::test_parse_zpool_name_json |
4467 | 2024-08-12T21:16:40.563Z | PASS [ 0.025s] omicron-common zpool_name::test::test_zpool_name_regex |
4468 | 2024-08-12T21:16:40.616Z | PASS [ 5.983s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility |
4469 | 2024-08-12T21:16:40.695Z | PASS [ 0.078s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4470 | 2024-08-12T21:16:40.748Z | PASS [ 0.054s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4471 | 2024-08-12T21:16:41.134Z | PASS [ 0.386s] omicron-gateway::test_all integration_tests::component_list::component_list |
4472 | 2024-08-12T21:16:41.426Z | PASS [ 0.290s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4473 | 2024-08-12T21:16:41.458Z | PASS [ 0.899s] omicron-dev::test-omicron-dev test_omicron_dev_no_args |
4474 | 2024-08-12T21:16:41.466Z | PASS [ 0.921s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd |
4475 | 2024-08-12T21:16:41.506Z | PASS [ 35.110s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end |
4476 | 2024-08-12T21:16:41.607Z | PASS [ 0.183s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4477 | 2024-08-12T21:16:41.662Z | PASS [ 0.208s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4478 | 2024-08-12T21:16:42.538Z | PASS [ 8.918s] nexus-types deployment::tri_map::tests::proptest_ops |
4479 | 2024-08-12T21:16:47.060Z | PASS [ 16.279s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent |
4480 | 2024-08-12T21:16:52.415Z | PASS [ 19.975s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator |
4481 | 2024-08-12T21:17:00.826Z | PASS [ 20.259s] omicron-dev::test-omicron-dev test_run_all |
4482 | 2024-08-12T21:17:01.490Z | PASS [ 19.980s] omicron-nexus app::background::driver::test::test_driver_basic |
4483 | 2024-08-12T21:17:02.851Z | PASS [ 21.239s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4484 | 2024-08-12T21:17:04.276Z | PASS [ 22.805s] omicron-nexus app::background::driver::test::test_activation_in_progress |
4485 | 2024-08-12T21:17:08.254Z | PASS [ 26.585s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted |
4486 | 2024-08-12T21:17:08.297Z | PASS [ 0.046s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint |
4487 | 2024-08-12T21:17:08.579Z | PASS [ 7.088s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint |
4488 | 2024-08-12T21:17:09.353Z | PASS [ 26.810s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped |
4489 | 2024-08-12T21:17:10.529Z | PASS [ 7.677s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids |
4490 | 2024-08-12T21:17:11.476Z | PASS [ 19.060s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones |
4491 | 2024-08-12T21:17:11.566Z | PASS [ 7.289s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids |
4492 | 2024-08-12T21:17:12.042Z | PASS [ 24.980s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted |
4493 | 2024-08-12T21:17:16.834Z | PASS [ 16.004s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints |
4494 | 2024-08-12T21:17:27.221Z | PASS [ 18.919s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions |
4495 | 2024-08-12T21:17:27.480Z | PASS [ 18.897s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions |
4496 | 2024-08-12T21:17:28.888Z | PASS [ 19.529s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks |
4497 | 2024-08-12T21:17:30.248Z | PASS [ 18.768s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic |
4498 | 2024-08-12T21:17:30.644Z | PASS [ 20.112s] omicron-nexus app::background::tasks::dns_config::test::test_basic |
4499 | 2024-08-12T21:17:30.815Z | PASS [ 19.246s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic |
4500 | 2024-08-12T21:17:34.885Z | PASS [ 18.048s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator |
4501 | 2024-08-12T21:17:41.346Z | PASS [ 6.460s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4502 | 2024-08-12T21:17:45.227Z | PASS [ 18.000s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning |
4503 | 2024-08-12T21:17:45.274Z | PASS [ 17.792s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start |
4504 | 2024-08-12T21:17:45.953Z | PASS [ 0.678s] omicron-nexus app::external_endpoints::test::test_authority |
4505 | 2024-08-12T21:17:46.053Z | PASS [ 0.100s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4506 | 2024-08-12T21:17:46.596Z | PASS [ 34.547s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic |
4507 | 2024-08-12T21:17:46.686Z | PASS [ 0.090s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4508 | 2024-08-12T21:17:46.724Z | PASS [ 17.834s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish |
4509 | 2024-08-12T21:17:46.740Z | PASS [ 0.054s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4510 | 2024-08-12T21:17:46.787Z | PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm |
4511 | 2024-08-12T21:17:46.796Z | PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound |
4512 | 2024-08-12T21:17:46.840Z | PASS [ 0.065s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating |
4513 | 2024-08-12T21:17:46.863Z | PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active |
4514 | 2024-08-12T21:17:46.900Z | PASS [ 0.060s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4515 | 2024-08-12T21:17:47.584Z | PASS [ 1.528s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4516 | 2024-08-12T21:17:48.192Z | PASS [ 17.374s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive |
4517 | 2024-08-12T21:17:48.434Z | PASS [ 18.183s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification |
4518 | 2024-08-12T21:17:48.458Z | PASS [ 17.811s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification |
4519 | 2024-08-12T21:17:50.651Z | PASS [ 5.425s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4520 | 2024-08-12T21:18:00.057Z | PASS [ 18.707s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery |
4521 | 2024-08-12T21:18:14.008Z | PASS [ 25.539s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
4522 | 2024-08-12T21:18:14.008Z | PASS [ 26.414s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
4523 | 2024-08-12T21:18:14.602Z | PASS [ 26.407s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
4524 | 2024-08-12T21:18:14.674Z | PASS [ 27.768s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
4525 | 2024-08-12T21:18:14.704Z | PASS [ 26.266s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
4526 | 2024-08-12T21:18:15.266Z | PASS [ 28.403s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
4527 | 2024-08-12T21:18:43.495Z | PASS [ 29.481s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
4528 | 2024-08-12T21:18:44.565Z | PASS [ 29.889s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4529 | 2024-08-12T21:18:45.236Z | PASS [ 30.626s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4530 | 2024-08-12T21:18:46.757Z | PASS [ 32.047s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind |
4531 | 2024-08-12T21:18:46.948Z | PASS [ 32.940s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
4532 | 2024-08-12T21:18:48.103Z | PASS [ 32.830s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently |
4533 | 2024-08-12T21:18:50.661Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4534 | 2024-08-12T21:19:00.068Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4535 | 2024-08-12T21:19:13.551Z | PASS [ 28.981s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds |
4536 | 2024-08-12T21:19:13.939Z | PASS [ 30.440s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently |
4537 | 2024-08-12T21:19:17.491Z | PASS [ 30.539s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently |
4538 | 2024-08-12T21:19:18.084Z | PASS [ 29.977s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds |
4539 | 2024-08-12T21:19:18.248Z | PASS [ 33.009s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind |
4540 | 2024-08-12T21:19:19.771Z | PASS [ 33.010s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently |
4541 | 2024-08-12T21:19:40.028Z | PASS [ 26.083s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4542 | 2024-08-12T21:19:43.275Z | PASS [ 25.023s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
4543 | 2024-08-12T21:19:43.344Z | PASS [ 25.256s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4544 | 2024-08-12T21:19:43.380Z | PASS [ 23.605s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4545 | 2024-08-12T21:19:47.820Z | PASS [ 30.323s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4546 | 2024-08-12T21:19:50.672Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4547 | 2024-08-12T21:20:00.079Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4548 | 2024-08-12T21:20:01.027Z | PASS [ 17.680s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga |
4549 | 2024-08-12T21:20:01.962Z | PASS [ 18.684s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4550 | 2024-08-12T21:20:06.347Z | PASS [ 26.290s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4551 | 2024-08-12T21:20:11.581Z | PASS [ 28.196s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently |
4552 | 2024-08-12T21:20:12.115Z | PASS [ 24.291s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently |
4553 | 2024-08-12T21:20:12.165Z | PASS [ 0.051s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4554 | 2024-08-12T21:20:13.562Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4555 | 2024-08-12T21:20:17.037Z | PASS [ 16.007s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region |
4556 | 2024-08-12T21:20:24.143Z | PASS [ 70.579s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4557 | 2024-08-12T21:20:27.065Z | PASS [ 25.100s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga |
4558 | 2024-08-12T21:20:38.282Z | PASS [ 26.105s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4559 | 2024-08-12T21:20:44.828Z | PASS [ 17.758s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4560 | 2024-08-12T21:20:49.933Z | PASS [ 32.890s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4561 | 2024-08-12T21:20:50.682Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4562 | 2024-08-12T21:20:55.095Z | PASS [ 5.161s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4563 | 2024-08-12T21:20:55.145Z | PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_accept_gz |
4564 | 2024-08-12T21:20:55.193Z | PASS [ 0.048s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4565 | 2024-08-12T21:20:55.239Z | PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4566 | 2024-08-12T21:20:55.291Z | PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4567 | 2024-08-12T21:20:55.341Z | PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4568 | 2024-08-12T21:20:55.402Z | PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4569 | 2024-08-12T21:20:55.445Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4570 | 2024-08-12T21:20:55.500Z | PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_relative_uri |
4571 | 2024-08-12T21:20:55.617Z | PASS [ 0.114s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4572 | 2024-08-12T21:20:55.724Z | PASS [ 31.576s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4573 | 2024-08-12T21:21:00.090Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4574 | 2024-08-12T21:21:01.005Z | PASS [ 22.726s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4575 | 2024-08-12T21:21:03.076Z | PASS [ 18.246s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4576 | 2024-08-12T21:21:06.358Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4577 | 2024-08-12T21:21:11.593Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4578 | 2024-08-12T21:21:16.069Z | PASS [ 20.339s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4579 | 2024-08-12T21:21:20.083Z | PASS [ 17.493s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4580 | 2024-08-12T21:21:20.132Z | PASS [ 2.586s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4581 | 2024-08-12T21:21:20.132Z | PASS [ 0.121s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4582 | 2024-08-12T21:21:20.132Z | PASS [ 0.791s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4583 | 2024-08-12T21:21:20.193Z | PASS [ 68.598s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4584 | 2024-08-12T21:21:22.776Z | PASS [ 19.697s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list |
4585 | 2024-08-12T21:21:36.883Z | PASS [ 17.590s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4586 | 2024-08-12T21:21:37.065Z | PASS [ 18.287s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4587 | 2024-08-12T21:21:37.830Z | PASS [ 17.636s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4588 | 2024-08-12T21:21:39.749Z | PASS [ 16.969s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4589 | 2024-08-12T21:21:50.694Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4590 | 2024-08-12T21:21:54.537Z | PASS [ 17.470s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4591 | 2024-08-12T21:21:54.999Z | PASS [ 17.165s] omicron-nexus::test_all integration_tests::basic::test_ping |
4592 | 2024-08-12T21:21:55.581Z | PASS [ 18.695s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4593 | 2024-08-12T21:21:55.623Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4594 | 2024-08-12T21:22:00.102Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4595 | 2024-08-12T21:22:02.169Z | PASS [ 22.418s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4596 | 2024-08-12T21:22:06.369Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4597 | 2024-08-12T21:22:11.978Z | PASS [ 16.978s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4598 | 2024-08-12T21:22:12.286Z | PASS [ 16.700s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4599 | 2024-08-12T21:22:14.051Z | PASS [ 78.426s] omicron-nexus populate::test::test_populators |
4600 | 2024-08-12T21:22:17.328Z | PASS [ 15.156s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4601 | 2024-08-12T21:22:21.388Z | PASS [ 26.847s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4602 | 2024-08-12T21:22:29.032Z | PASS [ 17.051s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4603 | 2024-08-12T21:22:29.493Z | PASS [ 17.206s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4604 | 2024-08-12T21:22:31.732Z | PASS [ 2.700s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4605 | 2024-08-12T21:22:31.784Z | PASS [ 2.292s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4606 | 2024-08-12T21:22:31.816Z | PASS [ 0.083s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4607 | 2024-08-12T21:22:32.343Z | PASS [ 18.289s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4608 | 2024-08-12T21:22:32.859Z | PASS [ 1.073s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4609 | 2024-08-12T21:22:34.995Z | PASS [ 17.663s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4610 | 2024-08-12T21:22:43.878Z | PASS [ 22.486s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4611 | 2024-08-12T21:22:49.277Z | PASS [ 17.457s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4612 | 2024-08-12T21:22:49.860Z | PASS [ 17.513s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4613 | 2024-08-12T21:22:50.417Z | PASS [ 17.556s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4614 | 2024-08-12T21:22:50.706Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4615 | 2024-08-12T21:22:54.862Z | PASS [ 19.865s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4616 | 2024-08-12T21:23:00.112Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4617 | 2024-08-12T21:23:06.379Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4618 | 2024-08-12T21:23:06.615Z | PASS [ 22.733s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4619 | 2024-08-12T21:23:07.124Z | PASS [ 17.844s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4620 | 2024-08-12T21:23:07.430Z | PASS [ 17.568s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4621 | 2024-08-12T21:23:07.867Z | PASS [ 17.447s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4622 | 2024-08-12T21:23:16.106Z | PASS [ 21.238s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4623 | 2024-08-12T21:23:25.424Z | PASS [ 18.806s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4624 | 2024-08-12T21:23:25.853Z | PASS [ 18.727s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga |
4625 | 2024-08-12T21:23:26.434Z | PASS [ 19.001s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4626 | 2024-08-12T21:23:34.715Z | PASS [ 26.841s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4627 | 2024-08-12T21:23:50.715Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4628 | 2024-08-12T21:23:50.869Z | PASS [ 25.009s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4629 | 2024-08-12T21:23:50.879Z | PASS [ 25.450s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4630 | 2024-08-12T21:23:50.939Z | PASS [ 34.829s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4631 | 2024-08-12T21:23:51.221Z | PASS [ 24.781s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4632 | 2024-08-12T21:23:57.119Z | PASS [ 22.401s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge |
4633 | 2024-08-12T21:24:00.123Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4634 | 2024-08-12T21:24:06.390Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4635 | 2024-08-12T21:24:15.757Z | PASS [ 24.886s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4636 | 2024-08-12T21:24:21.585Z | PASS [ 24.463s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4637 | 2024-08-12T21:24:25.302Z | PASS [ 34.419s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4638 | 2024-08-12T21:24:28.254Z | PASS [ 37.310s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4639 | 2024-08-12T21:24:36.566Z | PASS [ 45.338s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4640 | 2024-08-12T21:24:39.589Z | PASS [ 23.827s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4641 | 2024-08-12T21:24:40.687Z | PASS [ 19.099s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4642 | 2024-08-12T21:24:44.946Z | PASS [ 19.641s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4643 | 2024-08-12T21:24:50.517Z | PASS [ 22.259s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4644 | 2024-08-12T21:24:50.726Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4645 | 2024-08-12T21:24:56.293Z | PASS [ 19.726s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4646 | 2024-08-12T21:25:00.134Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4647 | 2024-08-12T21:25:06.289Z | PASS [ 26.696s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4648 | 2024-08-12T21:25:06.402Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4649 | 2024-08-12T21:25:09.289Z | PASS [ 24.339s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4650 | 2024-08-12T21:25:18.097Z | PASS [ 27.570s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4651 | 2024-08-12T21:25:18.173Z | PASS [ 37.480s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4652 | 2024-08-12T21:25:22.755Z | PASS [ 26.458s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4653 | 2024-08-12T21:25:34.023Z | PASS [ 24.728s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent |
4654 | 2024-08-12T21:25:35.269Z | PASS [ 28.974s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4655 | 2024-08-12T21:25:42.686Z | PASS [ 24.509s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4656 | 2024-08-12T21:25:44.113Z | PASS [ 26.017s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4657 | 2024-08-12T21:25:46.566Z | PASS [ 23.807s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete |
4658 | 2024-08-12T21:25:50.736Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4659 | 2024-08-12T21:25:58.606Z | PASS [ 23.334s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary |
4660 | 2024-08-12T21:26:00.145Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4661 | 2024-08-12T21:26:00.533Z | PASS [ 26.506s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent |
4662 | 2024-08-12T21:26:05.901Z | PASS [ 23.210s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate |
4663 | 2024-08-12T21:26:06.412Z | SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4664 | 2024-08-12T21:26:09.532Z | PASS [ 25.414s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace |
4665 | 2024-08-12T21:26:12.505Z | PASS [ 25.933s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools |
4666 | 2024-08-12T21:26:29.542Z | PASS [ 30.931s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion |
4667 | 2024-08-12T21:26:31.758Z | PASS [ 19.249s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4668 | 2024-08-12T21:26:35.913Z | PASS [ 35.373s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other |
4669 | 2024-08-12T21:26:49.419Z | PASS [ 403.029s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4670 | 2024-08-12T21:26:49.560Z | PASS [ 43.650s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum |
4671 | 2024-08-12T21:26:50.558Z | PASS [ 539.818s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4672 | 2024-08-12T21:26:52.474Z | PASS [ 42.933s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach |
4673 | 2024-08-12T21:26:54.622Z | PASS [ 22.861s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4674 | 2024-08-12T21:26:56.573Z | PASS [ 536.428s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4675 | 2024-08-12T21:27:01.874Z | PASS [ 32.327s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects |
4676 | 2024-08-12T21:27:02.352Z | PASS [ 0.477s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4677 | 2024-08-12T21:27:02.900Z | PASS [ 0.548s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4678 | 2024-08-12T21:27:03.347Z | PASS [ 0.437s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4679 | 2024-08-12T21:27:03.732Z | PASS [ 0.394s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4680 | 2024-08-12T21:27:09.039Z | PASS [ 33.122s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment |
4681 | 2024-08-12T21:27:12.964Z | PASS [ 23.542s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4682 | 2024-08-12T21:27:13.132Z | PASS [ 23.570s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4683 | 2024-08-12T21:27:13.135Z | PASS [ 22.580s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4684 | 2024-08-12T21:27:15.724Z | PASS [ 23.248s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin |
4685 | 2024-08-12T21:27:16.568Z | PASS [ 21.943s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4686 | 2024-08-12T21:27:17.161Z | PASS [ 20.585s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update |
4687 | 2024-08-12T21:27:27.586Z | PASS [ 23.851s] omicron-nexus::test_all integration_tests::images::test_image_create |
4688 | 2024-08-12T21:27:34.970Z | PASS [ 25.926s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4689 | 2024-08-12T21:27:38.729Z | PASS [ 11.140s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4690 | 2024-08-12T21:27:38.742Z | PASS [ 25.605s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4691 | 2024-08-12T21:27:38.749Z | PASS [ 25.606s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4692 | 2024-08-12T21:27:39.456Z | PASS [ 22.292s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4693 | 2024-08-12T21:27:39.827Z | PASS [ 24.102s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4694 | 2024-08-12T21:27:40.234Z | PASS [ 23.659s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4695 | 2024-08-12T21:27:40.412Z | PASS [ 27.444s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4696 | 2024-08-12T21:27:43.009Z | PASS [ 8.038s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4697 | 2024-08-12T21:27:47.438Z | PASS [ 8.708s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4698 | 2024-08-12T21:27:47.933Z | PASS [ 9.190s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4699 | 2024-08-12T21:28:02.609Z | PASS [ 23.854s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4700 | 2024-08-12T21:28:03.891Z | PASS [ 20.877s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname |
4701 | 2024-08-12T21:28:05.881Z | PASS [ 18.439s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname |
4702 | 2024-08-12T21:28:08.011Z | PASS [ 27.593s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4703 | 2024-08-12T21:28:11.730Z | PASS [ 31.895s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4704 | 2024-08-12T21:28:18.818Z | PASS [ 38.580s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4705 | 2024-08-12T21:28:19.024Z | PASS [ 39.562s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4706 | 2024-08-12T21:28:22.366Z | PASS [ 19.753s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4707 | 2024-08-12T21:28:27.431Z | PASS [ 39.492s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4708 | 2024-08-12T21:28:30.964Z | PASS [ 19.231s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4709 | 2024-08-12T21:28:34.023Z | PASS [ 26.009s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4710 | 2024-08-12T21:28:41.700Z | PASS [ 37.804s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4711 | 2024-08-12T21:28:48.296Z | PASS [ 29.472s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4712 | 2024-08-12T21:28:50.732Z | PASS [ 31.703s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4713 | 2024-08-12T21:28:55.147Z | PASS [ 32.775s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4714 | 2024-08-12T21:29:00.726Z | PASS [ 33.289s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4715 | 2024-08-12T21:29:01.608Z | PASS [ 30.640s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4716 | 2024-08-12T21:29:05.469Z | PASS [ 31.441s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4717 | 2024-08-12T21:29:05.892Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4718 | 2024-08-12T21:29:17.072Z | PASS [ 26.335s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool |
4719 | 2024-08-12T21:29:17.104Z | PASS [ 35.399s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys |
4720 | 2024-08-12T21:29:20.031Z | PASS [ 24.880s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error |
4721 | 2024-08-12T21:29:24.407Z | PASS [ 78.515s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4722 | 2024-08-12T21:29:35.469Z | PASS [ 34.739s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4723 | 2024-08-12T21:29:37.121Z | PASS [ 48.817s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4724 | 2024-08-12T21:29:39.666Z | PASS [ 38.048s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4725 | 2024-08-12T21:29:40.403Z | PASS [ 34.924s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4726 | 2024-08-12T21:29:50.360Z | PASS [ 33.282s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4727 | 2024-08-12T21:29:50.856Z | PASS [ 33.747s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes |
4728 | 2024-08-12T21:29:55.920Z | PASS [ 18.797s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4729 | 2024-08-12T21:29:55.964Z | PASS [ 31.552s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4730 | 2024-08-12T21:29:59.593Z | PASS [ 39.557s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4731 | 2024-08-12T21:30:00.057Z | PASS [ 19.654s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4732 | 2024-08-12T21:30:11.206Z | PASS [ 31.535s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4733 | 2024-08-12T21:30:13.516Z | PASS [ 38.040s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4734 | 2024-08-12T21:30:15.484Z | PASS [ 19.560s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4735 | 2024-08-12T21:30:16.601Z | PASS [ 25.738s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4736 | 2024-08-12T21:30:17.065Z | PASS [ 26.699s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4737 | 2024-08-12T21:30:25.725Z | PASS [ 26.126s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4738 | 2024-08-12T21:30:28.406Z | PASS [ 17.197s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4739 | 2024-08-12T21:30:28.898Z | PASS [ 28.834s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4740 | 2024-08-12T21:30:32.799Z | PASS [ 19.279s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4741 | 2024-08-12T21:30:33.773Z | PASS [ 18.285s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4742 | 2024-08-12T21:30:33.853Z | PASS [ 37.882s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4743 | 2024-08-12T21:30:36.028Z | PASS [ 19.416s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4744 | 2024-08-12T21:30:36.739Z | PASS [ 19.668s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4745 | 2024-08-12T21:30:47.561Z | PASS [ 18.663s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination |
4746 | 2024-08-12T21:30:48.291Z | PASS [ 22.564s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe |
4747 | 2024-08-12T21:30:48.337Z | PASS [ 19.930s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo |
4748 | 2024-08-12T21:30:51.641Z | PASS [ 18.840s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4749 | 2024-08-12T21:30:51.997Z | PASS [ 18.222s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4750 | 2024-08-12T21:30:52.063Z | PASS [ 18.206s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 |
4751 | 2024-08-12T21:30:53.844Z | PASS [ 17.107s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud |
4752 | 2024-08-12T21:30:54.747Z | PASS [ 18.724s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4753 | 2024-08-12T21:31:08.853Z | PASS [ 20.559s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable |
4754 | 2024-08-12T21:31:09.351Z | PASS [ 21.786s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link |
4755 | 2024-08-12T21:31:10.305Z | PASS [ 18.304s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total |
4756 | 2024-08-12T21:31:11.996Z | PASS [ 23.654s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination |
4757 | 2024-08-12T21:31:12.025Z | PASS [ 20.380s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default |
4758 | 2024-08-12T21:31:19.850Z | PASS [ 27.783s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4759 | 2024-08-12T21:31:28.484Z | PASS [ 19.131s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4760 | 2024-08-12T21:31:29.019Z | PASS [ 20.162s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list |
4761 | 2024-08-12T21:31:33.300Z | PASS [ 22.991s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4762 | 2024-08-12T21:31:33.646Z | PASS [ 39.794s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics |
4763 | 2024-08-12T21:31:41.714Z | PASS [ 21.861s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4764 | 2024-08-12T21:31:42.669Z | PASS [ 30.667s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4765 | 2024-08-12T21:31:46.976Z | PASS [ 52.222s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4766 | 2024-08-12T21:31:51.793Z | PASS [ 23.304s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4767 | 2024-08-12T21:31:52.262Z | PASS [ 23.239s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4768 | 2024-08-12T21:31:57.060Z | PASS [ 45.028s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4769 | 2024-08-12T21:32:06.553Z | PASS [ 24.836s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4770 | 2024-08-12T21:32:18.001Z | PASS [ 44.350s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4771 | 2024-08-12T21:32:18.119Z | PASS [ 44.813s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4772 | 2024-08-12T21:32:19.317Z | PASS [ 22.254s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4773 | 2024-08-12T21:32:21.253Z | PASS [ 34.270s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4774 | 2024-08-12T21:32:22.969Z | PASS [ 31.171s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4775 | 2024-08-12T21:32:23.520Z | PASS [ 31.252s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4776 | 2024-08-12T21:32:27.687Z | PASS [ 45.012s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4777 | 2024-08-12T21:32:41.632Z | PASS [ 20.376s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4778 | 2024-08-12T21:32:42.353Z | PASS [ 23.032s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud |
4779 | 2024-08-12T21:32:47.494Z | PASS [ 19.801s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4780 | 2024-08-12T21:32:47.991Z | PASS [ 25.018s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4781 | 2024-08-12T21:32:48.510Z | PASS [ 24.986s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip |
4782 | 2024-08-12T21:32:49.580Z | PASS [ 43.020s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4783 | 2024-08-12T21:33:04.742Z | PASS [ 46.733s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4784 | 2024-08-12T21:33:06.242Z | PASS [ 24.595s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4785 | 2024-08-12T21:33:07.917Z | PASS [ 19.922s] omicron-nexus::test_all integration_tests::projects::test_projects |
4786 | 2024-08-12T21:33:08.705Z | PASS [ 20.192s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits |
4787 | 2024-08-12T21:33:08.849Z | PASS [ 50.721s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4788 | 2024-08-12T21:33:08.938Z | PASS [ 21.441s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4789 | 2024-08-12T21:33:09.765Z | PASS [ 27.407s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4790 | 2024-08-12T21:33:23.407Z | PASS [ 18.660s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4791 | 2024-08-12T21:33:25.236Z | PASS [ 19.002s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4792 | 2024-08-12T21:33:27.625Z | PASS [ 18.917s] omicron-nexus::test_all integration_tests::rack::test_sled_add |
4793 | 2024-08-12T21:33:27.693Z | PASS [ 19.773s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4794 | 2024-08-12T21:33:27.986Z | PASS [ 19.134s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4795 | 2024-08-12T21:33:28.096Z | PASS [ 19.156s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4796 | 2024-08-12T21:33:28.471Z | PASS [ 0.375s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4797 | 2024-08-12T21:33:29.604Z | PASS [ 19.835s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4798 | 2024-08-12T21:33:31.062Z | PASS [ 3.368s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4799 | 2024-08-12T21:33:31.486Z | PASS [ 3.499s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4800 | 2024-08-12T21:33:31.781Z | PASS [ 3.311s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4801 | 2024-08-12T21:33:32.946Z | PASS [ 3.342s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4802 | 2024-08-12T21:33:34.055Z | PASS [ 44.467s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4803 | 2024-08-12T21:33:40.254Z | PASS [ 16.845s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4804 | 2024-08-12T21:33:40.494Z | PASS [ 0.239s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4805 | 2024-08-12T21:33:40.600Z | PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4806 | 2024-08-12T21:33:40.708Z | PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4807 | 2024-08-12T21:33:40.821Z | PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4808 | 2024-08-12T21:33:40.958Z | PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4809 | 2024-08-12T21:33:41.769Z | PASS [ 16.531s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4810 | 2024-08-12T21:33:46.406Z | PASS [ 18.777s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4811 | 2024-08-12T21:33:53.891Z | PASS [ 20.940s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target |
4812 | 2024-08-12T21:33:54.032Z | PASS [ 22.966s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations |
4813 | 2024-08-12T21:33:54.109Z | PASS [ 22.611s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets |
4814 | 2024-08-12T21:33:55.530Z | PASS [ 21.473s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes |
4815 | 2024-08-12T21:33:55.638Z | PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment |
4816 | 2024-08-12T21:33:58.939Z | PASS [ 18.001s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4817 | 2024-08-12T21:33:59.476Z | PASS [ 27.689s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 |
4818 | 2024-08-12T21:33:59.539Z | PASS [ 17.766s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4819 | 2024-08-12T21:33:59.569Z | PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4820 | 2024-08-12T21:33:59.633Z | PASS [ 0.092s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4821 | 2024-08-12T21:34:04.439Z | PASS [ 18.030s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4822 | 2024-08-12T21:34:12.983Z | PASS [ 19.091s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4823 | 2024-08-12T21:34:13.291Z | PASS [ 19.264s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4824 | 2024-08-12T21:34:13.372Z | PASS [ 19.277s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4825 | 2024-08-12T21:34:15.272Z | PASS [ 19.639s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4826 | 2024-08-12T21:34:17.171Z | PASS [ 17.537s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4827 | 2024-08-12T21:34:17.372Z | PASS [ 18.438s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4828 | 2024-08-12T21:34:17.466Z | PASS [ 17.903s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4829 | 2024-08-12T21:34:18.879Z | PASS [ 14.446s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4830 | 2024-08-12T21:34:23.873Z | PASS [ 10.889s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4831 | 2024-08-12T21:34:25.223Z | PASS [ 8.053s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4832 | 2024-08-12T21:34:31.647Z | PASS [ 7.773s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4833 | 2024-08-12T21:34:33.050Z | PASS [ 7.826s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4834 | 2024-08-12T21:34:39.454Z | PASS [ 7.806s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4835 | 2024-08-12T21:34:40.787Z | PASS [ 7.736s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4836 | 2024-08-12T21:34:47.318Z | PASS [ 7.861s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4837 | 2024-08-12T21:34:51.896Z | PASS [ 4.577s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4838 | 2024-08-12T21:35:28.092Z | PASS [ 47.296s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4839 | 2024-08-12T21:35:28.982Z | PASS [ 37.079s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4840 | 2024-08-12T21:35:46.283Z | PASS [ 18.189s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4841 | 2024-08-12T21:36:00.156Z | PASS [ 31.150s] omicron-nexus::test_all integration_tests::schema::validate_data_migration |
4842 | 2024-08-12T21:36:14.140Z | PASS [ 14.001s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4843 | 2024-08-12T21:36:14.244Z | PASS [ 14.090s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4844 | 2024-08-12T21:36:14.844Z | PASS [ 14.698s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4845 | 2024-08-12T21:36:14.985Z | PASS [ 14.826s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4846 | 2024-08-12T21:36:26.228Z | PASS [ 39.924s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4847 | 2024-08-12T21:36:29.294Z | PASS [ 15.150s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4848 | 2024-08-12T21:36:29.403Z | PASS [ 15.148s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4849 | 2024-08-12T21:36:30.200Z | PASS [ 15.352s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4850 | 2024-08-12T21:36:30.400Z | PASS [ 15.411s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4851 | 2024-08-12T21:36:45.993Z | PASS [ 19.764s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4852 | 2024-08-12T21:36:46.223Z | PASS [ 19.989s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4853 | 2024-08-12T21:36:46.340Z | PASS [ 20.114s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4854 | 2024-08-12T21:36:47.512Z | PASS [ 21.291s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4855 | 2024-08-12T21:36:49.325Z | PASS [ 20.029s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4856 | 2024-08-12T21:36:49.814Z | PASS [ 19.409s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4857 | 2024-08-12T21:36:49.951Z | PASS [ 20.553s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4858 | 2024-08-12T21:36:54.076Z | PASS [ 23.871s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4859 | 2024-08-12T21:37:05.380Z | PASS [ 19.154s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4860 | 2024-08-12T21:37:05.789Z | PASS [ 19.446s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4861 | 2024-08-12T21:37:07.505Z | PASS [ 21.506s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links |
4862 | 2024-08-12T21:37:08.262Z | PASS [ 20.746s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4863 | 2024-08-12T21:37:08.527Z | PASS [ 18.710s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4864 | 2024-08-12T21:37:08.728Z | PASS [ 19.399s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4865 | 2024-08-12T21:37:10.882Z | PASS [ 20.909s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4866 | 2024-08-12T21:37:17.690Z | PASS [ 23.610s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4867 | 2024-08-12T21:37:26.121Z | PASS [ 20.737s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4868 | 2024-08-12T21:37:26.678Z | PASS [ 19.171s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4869 | 2024-08-12T21:37:27.843Z | PASS [ 19.315s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4870 | 2024-08-12T21:37:29.934Z | PASS [ 24.140s] omicron-nexus::test_all integration_tests::silos::test_silos |
4871 | 2024-08-12T21:37:30.832Z | PASS [ 19.963s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4872 | 2024-08-12T21:37:32.958Z | PASS [ 24.226s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4873 | 2024-08-12T21:37:33.845Z | PASS [ 25.578s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4874 | 2024-08-12T21:37:46.261Z | PASS [ 18.414s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4875 | 2024-08-12T21:37:46.891Z | PASS [ 29.197s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4876 | 2024-08-12T21:37:50.528Z | PASS [ 20.592s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4877 | 2024-08-12T21:37:51.867Z | PASS [ 21.030s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4878 | 2024-08-12T21:37:53.455Z | PASS [ 20.492s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4879 | 2024-08-12T21:37:55.266Z | PASS [ 28.584s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot |
4880 | 2024-08-12T21:37:55.810Z | PASS [ 29.684s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4881 | 2024-08-12T21:37:57.159Z | PASS [ 1.348s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4882 | 2024-08-12T21:37:57.857Z | PASS [ 4.401s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4883 | 2024-08-12T21:37:59.798Z | PASS [ 4.530s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4884 | 2024-08-12T21:38:01.519Z | PASS [ 4.359s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4885 | 2024-08-12T21:38:02.187Z | PASS [ 4.331s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4886 | 2024-08-12T21:38:04.209Z | PASS [ 30.360s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4887 | 2024-08-12T21:38:06.833Z | PASS [ 2.623s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4888 | 2024-08-12T21:38:08.261Z | PASS [ 21.995s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge |
4889 | 2024-08-12T21:38:12.872Z | PASS [ 25.977s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance |
4890 | 2024-08-12T21:38:15.751Z | PASS [ 23.883s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4891 | 2024-08-12T21:38:15.887Z | PASS [ 25.353s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4892 | 2024-08-12T21:38:18.293Z | PASS [ 18.489s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4893 | 2024-08-12T21:38:24.109Z | PASS [ 17.274s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4894 | 2024-08-12T21:38:29.559Z | PASS [ 21.295s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4895 | 2024-08-12T21:38:30.349Z | PASS [ 17.475s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized |
4896 | 2024-08-12T21:38:33.742Z | PASS [ 17.987s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4897 | 2024-08-12T21:38:34.713Z | PASS [ 33.190s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4898 | 2024-08-12T21:38:44.478Z | PASS [ 26.182s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4899 | 2024-08-12T21:38:47.872Z | PASS [ 31.980s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4900 | 2024-08-12T21:38:52.441Z | PASS [ 28.326s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4901 | 2024-08-12T21:38:56.768Z | PASS [ 27.205s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4902 | 2024-08-12T21:38:57.742Z | PASS [ 27.386s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4903 | 2024-08-12T21:39:01.423Z | PASS [ 27.677s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4904 | 2024-08-12T21:39:02.179Z | PASS [ 27.461s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4905 | 2024-08-12T21:39:02.198Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4906 | 2024-08-12T21:39:13.810Z | PASS [ 28.321s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4907 | 2024-08-12T21:39:17.432Z | PASS [ 29.557s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4908 | 2024-08-12T21:39:21.389Z | PASS [ 28.940s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4909 | 2024-08-12T21:39:21.602Z | PASS [ 23.858s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4910 | 2024-08-12T21:39:22.758Z | PASS [ 25.985s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4911 | 2024-08-12T21:39:29.059Z | PASS [ 86.856s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4912 | 2024-08-12T21:39:33.228Z | PASS [ 31.799s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4913 | 2024-08-12T21:39:33.755Z | PASS [ 31.571s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4914 | 2024-08-12T21:39:49.002Z | PASS [ 36.194s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4915 | 2024-08-12T21:39:49.884Z | PASS [ 27.121s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4916 | 2024-08-12T21:39:51.007Z | PASS [ 17.248s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request |
4917 | 2024-08-12T21:39:53.081Z | PASS [ 35.643s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4918 | 2024-08-12T21:39:54.809Z | PASS [ 33.419s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4919 | 2024-08-12T21:39:55.289Z | PASS [ 33.682s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4920 | 2024-08-12T21:39:58.353Z | PASS [ 29.289s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4921 | 2024-08-12T21:40:00.350Z | PASS [ 27.117s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4922 | 2024-08-12T21:40:07.717Z | PASS [ 18.712s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops |
4923 | 2024-08-12T21:40:08.445Z | PASS [ 18.558s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry |
4924 | 2024-08-12T21:40:10.393Z | PASS [ 19.384s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted |
4925 | 2024-08-12T21:40:11.669Z | PASS [ 18.584s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status |
4926 | 2024-08-12T21:40:13.158Z | PASS [ 17.865s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair |
4927 | 2024-08-12T21:40:13.793Z | PASS [ 18.980s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent |
4928 | 2024-08-12T21:40:15.875Z | PASS [ 17.519s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict |
4929 | 2024-08-12T21:40:17.689Z | PASS [ 17.337s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry |
4930 | 2024-08-12T21:40:26.570Z | PASS [ 18.121s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4931 | 2024-08-12T21:40:28.223Z | PASS [ 20.502s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress |
4932 | 2024-08-12T21:40:28.965Z | PASS [ 18.569s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4933 | 2024-08-12T21:40:29.428Z | PASS [ 17.757s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4934 | 2024-08-12T21:40:32.066Z | PASS [ 18.905s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4935 | 2024-08-12T21:40:32.209Z | PASS [ 18.414s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4936 | 2024-08-12T21:40:33.269Z | PASS [ 17.393s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4937 | 2024-08-12T21:40:34.043Z | PASS [ 16.348s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4938 | 2024-08-12T21:40:45.169Z | PASS [ 18.597s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4939 | 2024-08-12T21:40:46.734Z | PASS [ 18.509s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4940 | 2024-08-12T21:40:47.304Z | PASS [ 18.338s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4941 | 2024-08-12T21:40:47.597Z | PASS [ 18.166s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4942 | 2024-08-12T21:40:49.478Z | PASS [ 17.409s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4943 | 2024-08-12T21:40:50.774Z | PASS [ 18.561s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4944 | 2024-08-12T21:40:51.370Z | PASS [ 18.096s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4945 | 2024-08-12T21:40:51.618Z | PASS [ 17.568s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4946 | 2024-08-12T21:41:05.191Z | PASS [ 20.019s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4947 | 2024-08-12T21:41:06.061Z | PASS [ 19.323s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4948 | 2024-08-12T21:41:06.951Z | PASS [ 19.351s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name |
4949 | 2024-08-12T21:41:10.324Z | PASS [ 23.015s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths |
4950 | 2024-08-12T21:41:10.790Z | PASS [ 21.309s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4951 | 2024-08-12T21:41:14.598Z | PASS [ 23.225s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations |
4952 | 2024-08-12T21:41:17.452Z | PASS [ 26.674s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet |
4953 | 2024-08-12T21:41:17.526Z | PASS [ 0.073s] omicron-package dot::test::test_bad_dependency |
4954 | 2024-08-12T21:41:17.561Z | PASS [ 0.036s] omicron-package dot::test::test_dot_output |
4955 | 2024-08-12T21:41:21.265Z | PASS [ 6.666s] omicron-omdb::test_all_output test_omdb_usage_errors |
4956 | 2024-08-12T21:41:21.289Z | PASS [ 0.024s] omicron-passwords test::test_password_constraints |
4957 | 2024-08-12T21:41:23.939Z | PASS [ 2.650s] omicron-passwords test::test_reproducible |
4958 | 2024-08-12T21:41:24.223Z | PASS [ 6.661s] omicron-passwords test::test_compatible |
4959 | 2024-08-12T21:41:24.265Z | PASS [ 0.043s] omicron-passwords test::test_stable |
4960 | 2024-08-12T21:41:24.288Z | PASS [ 0.023s] omicron-passwords test::test_weak_hashes |
4961 | 2024-08-12T21:41:24.307Z | PASS [ 0.019s] omicron-rpaths internal::tests::test_configure_from_path |
4962 | 2024-08-12T21:41:24.353Z | PASS [ 0.045s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4963 | 2024-08-12T21:41:24.374Z | PASS [ 0.021s] omicron-rpaths internal::tests::test_emit_rpath |
4964 | 2024-08-12T21:41:24.656Z | PASS [ 0.282s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4965 | 2024-08-12T21:41:25.264Z | PASS [ 0.607s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4966 | 2024-08-12T21:41:25.350Z | PASS [ 0.087s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4967 | 2024-08-12T21:41:25.490Z | PASS [ 0.139s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4968 | 2024-08-12T21:41:25.581Z | PASS [ 0.091s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4969 | 2024-08-12T21:41:26.129Z | PASS [ 0.549s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4970 | 2024-08-12T21:41:26.188Z | PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4971 | 2024-08-12T21:41:26.241Z | PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4972 | 2024-08-12T21:41:26.282Z | PASS [ 0.043s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4973 | 2024-08-12T21:41:26.319Z | PASS [ 0.036s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4974 | 2024-08-12T21:41:26.347Z | PASS [ 0.028s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4975 | 2024-08-12T21:41:26.376Z | PASS [ 0.029s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4976 | 2024-08-12T21:41:26.404Z | PASS [ 0.028s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4977 | 2024-08-12T21:41:26.436Z | PASS [ 0.026s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4978 | 2024-08-12T21:41:26.466Z | PASS [ 0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4979 | 2024-08-12T21:41:26.495Z | PASS [ 0.029s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration |
4980 | 2024-08-12T21:41:26.531Z | PASS [ 0.036s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration |
4981 | 2024-08-12T21:41:26.559Z | PASS [ 0.029s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4982 | 2024-08-12T21:41:26.617Z | PASS [ 0.056s] omicron-sled-agent config::test::test_smf_configs |
4983 | 2024-08-12T21:41:26.676Z | PASS [ 0.060s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores |
4984 | 2024-08-12T21:41:26.706Z | PASS [ 0.031s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted |
4985 | 2024-08-12T21:41:26.736Z | PASS [ 0.029s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted |
4986 | 2024-08-12T21:41:26.775Z | PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir |
4987 | 2024-08-12T21:41:26.812Z | PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available |
4988 | 2024-08-12T21:41:26.844Z | PASS [ 0.030s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir |
4989 | 2024-08-12T21:41:28.659Z | PASS [ 22.594s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4990 | 2024-08-12T21:41:29.257Z | PASS [ 22.302s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4991 | 2024-08-12T21:41:29.279Z | PASS [ 2.435s] omicron-sled-agent instance::tests::test_instance_create_events_normal |
4992 | 2024-08-12T21:41:30.771Z | PASS [ 39.154s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance |
4993 | 2024-08-12T21:41:31.401Z | PASS [ 21.073s] omicron-omdb::test_all_output test_omdb_env_settings |
4994 | 2024-08-12T21:41:31.438Z | PASS [ 0.036s] omicron-sled-agent probe_manager::test::probe_state_set_ops |
4995 | 2024-08-12T21:41:31.468Z | PASS [ 0.031s] omicron-sled-agent profile::tests::empty_profile |
4996 | 2024-08-12T21:41:31.479Z | PASS [ 26.286s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4997 | 2024-08-12T21:41:31.493Z | PASS [ 0.027s] omicron-sled-agent profile::tests::test_disabled_instance |
4998 | 2024-08-12T21:41:31.501Z | PASS [ 0.022s] omicron-sled-agent profile::tests::test_instance |
4999 | 2024-08-12T21:41:31.519Z | PASS [ 0.026s] omicron-sled-agent profile::tests::test_multiple |
5000 | 2024-08-12T21:41:31.531Z | PASS [ 0.029s] omicron-sled-agent profile::tests::test_property |
5001 | 2024-08-12T21:41:31.543Z | PASS [ 0.023s] omicron-sled-agent profile::tests::test_property_group |
5002 | 2024-08-12T21:41:31.554Z | PASS [ 0.024s] omicron-sled-agent profile::tests::test_service |
5003 | 2024-08-12T21:41:31.565Z | PASS [ 2.287s] omicron-sled-agent instance::tests::test_instance_manager_creation |
5004 | 2024-08-12T21:41:31.571Z | PASS [ 0.029s] omicron-sled-agent profile::tests::test_service_property_group |
5005 | 2024-08-12T21:41:31.579Z | PASS [ 0.024s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
5006 | 2024-08-12T21:41:31.592Z | PASS [ 0.027s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
5007 | 2024-08-12T21:41:31.607Z | PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
5008 | 2024-08-12T21:41:31.617Z | PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema |
5009 | 2024-08-12T21:41:31.627Z | PASS [ 0.035s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans |
5010 | 2024-08-12T21:41:31.643Z | PASS [ 0.034s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
5011 | 2024-08-12T21:41:31.663Z | PASS [ 0.035s] omicron-sled-agent services::test::test_all_zones_requests_schema |
5012 | 2024-08-12T21:41:31.669Z | PASS [ 0.053s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
5013 | 2024-08-12T21:41:31.691Z | PASS [ 0.028s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
5014 | 2024-08-12T21:41:32.727Z | PASS [ 3.471s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis |
5015 | 2024-08-12T21:41:33.375Z | PASS [ 4.715s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone |
5016 | 2024-08-12T21:41:33.884Z | PASS [ 2.242s] omicron-sled-agent services::test::test_bad_generations |
5017 | 2024-08-12T21:41:34.310Z | PASS [ 2.640s] omicron-sled-agent services::test::test_ensure_service |
5018 | 2024-08-12T21:41:34.341Z | PASS [ 0.031s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
5019 | 2024-08-12T21:41:34.377Z | PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
5020 | 2024-08-12T21:41:34.413Z | PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
5021 | 2024-08-12T21:41:34.420Z | PASS [ 2.729s] omicron-sled-agent services::test::test_ensure_service_before_timesync |
5022 | 2024-08-12T21:41:34.445Z | PASS [ 0.033s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
5023 | 2024-08-12T21:41:34.458Z | PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
5024 | 2024-08-12T21:41:34.480Z | PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
5025 | 2024-08-12T21:41:34.495Z | PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
5026 | 2024-08-12T21:41:34.542Z | PASS [ 0.044s] omicron-sled-agent updates::test::test_query_no_components |
5027 | 2024-08-12T21:41:34.583Z | PASS [ 0.043s] omicron-sled-agent updates::test::test_query_sled_agent_version |
5028 | 2024-08-12T21:41:34.624Z | PASS [ 0.042s] omicron-sled-agent updates::test::test_query_zone_version |
5029 | 2024-08-12T21:41:34.708Z | PASS [ 10.767s] omicron-passwords test::test_smoke |
5030 | 2024-08-12T21:41:34.737Z | PASS [ 0.030s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5031 | 2024-08-12T21:41:34.787Z | PASS [ 0.163s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5032 | 2024-08-12T21:41:35.361Z | PASS [ 2.631s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
5033 | 2024-08-12T21:41:35.396Z | PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5034 | 2024-08-12T21:41:35.775Z | PASS [ 24.983s] omicron-omdb::test_all_output test_omdb_success_cases |
5035 | 2024-08-12T21:41:36.114Z | PASS [ 2.741s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
5036 | 2024-08-12T21:41:36.463Z | PASS [ 2.580s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
5037 | 2024-08-12T21:41:36.515Z | PASS [ 0.050s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5038 | 2024-08-12T21:41:36.544Z | PASS [ 0.029s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
5039 | 2024-08-12T21:41:36.592Z | PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
5040 | 2024-08-12T21:41:36.617Z | PASS [ 0.026s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
5041 | 2024-08-12T21:41:36.653Z | PASS [ 0.033s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
5042 | 2024-08-12T21:41:36.690Z | PASS [ 0.038s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
5043 | 2024-08-12T21:41:37.082Z | PASS [ 2.296s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5044 | 2024-08-12T21:41:37.207Z | PASS [ 0.519s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5045 | 2024-08-12T21:41:37.449Z | PASS [ 2.712s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5046 | 2024-08-12T21:41:37.586Z | PASS [ 0.136s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
5047 | 2024-08-12T21:41:37.621Z | PASS [ 0.538s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
5048 | 2024-08-12T21:41:37.647Z | PASS [ 0.061s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5049 | 2024-08-12T21:41:37.668Z | PASS [ 0.462s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5050 | 2024-08-12T21:41:37.682Z | PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5051 | 2024-08-12T21:41:37.697Z | PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
5052 | 2024-08-12T21:41:37.739Z | PASS [ 0.045s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
5053 | 2024-08-12T21:41:37.787Z | PASS [ 0.104s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
5054 | 2024-08-12T21:41:37.953Z | PASS [ 0.211s] omicron-test-utils dev::db::test::test_bad_cmd |
5055 | 2024-08-12T21:41:38.114Z | PASS [ 2.337s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5056 | 2024-08-12T21:41:38.198Z | PASS [ 0.410s] omicron-test-utils dev::db::test::test_cmd_fails |
5057 | 2024-08-12T21:41:38.236Z | PASS [ 2.840s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5058 | 2024-08-12T21:41:38.249Z | PASS [ 0.051s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5059 | 2024-08-12T21:41:38.255Z | PASS [ 0.020s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5060 | 2024-08-12T21:41:38.290Z | PASS [ 0.040s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5061 | 2024-08-12T21:41:38.306Z | PASS [ 0.048s] omicron-test-utils dev::db::test::test_process_exit_normal |
5062 | 2024-08-12T21:41:38.365Z | PASS [ 0.251s] omicron-test-utils dev::db::test::test_database_start_hang |
5063 | 2024-08-12T21:41:38.654Z | PASS [ 1.030s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5064 | 2024-08-12T21:41:38.694Z | PASS [ 0.036s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5065 | 2024-08-12T21:41:38.768Z | PASS [ 0.078s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5066 | 2024-08-12T21:41:38.807Z | PASS [ 0.040s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5067 | 2024-08-12T21:41:38.837Z | PASS [ 0.032s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port |
5068 | 2024-08-12T21:41:38.864Z | PASS [ 0.028s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path |
5069 | 2024-08-12T21:41:38.878Z | PASS [ 2.760s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5070 | 2024-08-12T21:41:38.925Z | PASS [ 0.059s] omicron-test-utils dev::test_cmds::tests::test_redact_extra |
5071 | 2024-08-12T21:41:39.247Z | LEAK [ 0.954s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5072 | 2024-08-12T21:41:39.372Z | PASS [ 0.448s] oximeter test::timeseries_schema_consistency |
5073 | 2024-08-12T21:41:39.407Z | PASS [ 0.526s] openapi-manager check::tests::check_apis_up_to_date |
5074 | 2024-08-12T21:41:39.433Z | PASS [ 0.189s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds |
5075 | 2024-08-12T21:41:39.653Z | PASS [ 0.219s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
5076 | 2024-08-12T21:41:39.669Z | PASS [ 0.257s] oximeter-collector agent::tests::test_self_stat_error_counter |
5077 | 2024-08-12T21:41:39.669Z | PASS [ 0.289s] oximeter-collector agent::tests::test_self_stat_collection_count |
5078 | 2024-08-12T21:41:39.676Z | PASS [ 0.025s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
5079 | 2024-08-12T21:41:39.772Z | PASS [ 0.098s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk |
5080 | 2024-08-12T21:41:39.781Z | PASS [ 0.103s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times |
5081 | 2024-08-12T21:41:39.792Z | PASS [ 0.028s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group |
5082 | 2024-08-12T21:41:40.055Z | PASS [ 0.395s] oximeter-collector::test_commands test_oximeter_no_args |
5083 | 2024-08-12T21:41:41.129Z | PASS [ 1.348s] oximeter-db client::oxql::tests::test_get_entire_table |
5084 | 2024-08-12T21:41:41.176Z | PASS [ 1.383s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another |
5085 | 2024-08-12T21:41:41.239Z | PASS [ 1.182s] oximeter-db client::oxql::tests::test_get_one_timeseries |
5086 | 2024-08-12T21:41:41.249Z | PASS [ 0.072s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated |
5087 | 2024-08-12T21:41:41.299Z | PASS [ 0.060s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node |
5088 | 2024-08-12T21:41:41.974Z | PASS [ 7.495s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
5089 | 2024-08-12T21:41:42.291Z | PASS [ 1.162s] oximeter-db client::oxql::tests::test_limit_operations |
5090 | 2024-08-12T21:41:42.676Z | PASS [ 4.312s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
5091 | 2024-08-12T21:41:42.685Z | PASS [ 0.710s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
5092 | 2024-08-12T21:41:42.935Z | PASS [ 4.980s] omicron-test-utils dev::db::test::test_database_concurrent |
5093 | 2024-08-12T21:41:43.590Z | PASS [ 1.298s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
5094 | 2024-08-12T21:41:43.629Z | PASS [ 0.039s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
5095 | 2024-08-12T21:41:43.666Z | PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete |
5096 | 2024-08-12T21:41:43.697Z | PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok |
5097 | 2024-08-12T21:41:43.726Z | PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok |
5098 | 2024-08-12T21:41:43.747Z | PASS [ 1.071s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
5099 | 2024-08-12T21:41:43.927Z | PASS [ 1.237s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
5100 | 2024-08-12T21:41:43.968Z | PASS [ 2.666s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node |
5101 | 2024-08-12T21:41:43.999Z | PASS [ 0.033s] oximeter-db client::tests::test_unravel_index |
5102 | 2024-08-12T21:41:44.041Z | PASS [ 0.042s] oximeter-db client::tests::test_verify_schema_upgrades |
5103 | 2024-08-12T21:41:44.073Z | PASS [ 0.031s] oximeter-db model::tests::test_db_bool |
5104 | 2024-08-12T21:41:44.572Z | PASS [ 1.637s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node |
5105 | 2024-08-12T21:41:44.601Z | PASS [ 0.030s] oximeter-db model::tests::test_db_datum_type_conversion |
5106 | 2024-08-12T21:41:44.632Z | PASS [ 0.031s] oximeter-db model::tests::test_db_field_list_conversion |
5107 | 2024-08-12T21:41:44.662Z | PASS [ 0.029s] oximeter-db model::tests::test_db_field_type_conversion |
5108 | 2024-08-12T21:41:44.695Z | PASS [ 0.033s] oximeter-db model::tests::test_db_histogram |
5109 | 2024-08-12T21:41:44.752Z | PASS [ 0.681s] oximeter-db model::tests::test_db_bool_bad |
5110 | 2024-08-12T21:41:44.759Z | PASS [ 1.033s] oximeter-db client::tests::test_select_all_field_types |
5111 | 2024-08-12T21:41:44.782Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_bytes_measurement |
5112 | 2024-08-12T21:41:44.791Z | PASS [ 0.030s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
5113 | 2024-08-12T21:41:44.814Z | PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
5114 | 2024-08-12T21:41:44.823Z | PASS [ 0.032s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
5115 | 2024-08-12T21:41:44.842Z | PASS [ 0.029s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
5116 | 2024-08-12T21:41:44.852Z | PASS [ 0.158s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
5117 | 2024-08-12T21:41:44.859Z | PASS [ 0.038s] oximeter-db model::tests::test_unroll_from_source |
5118 | 2024-08-12T21:41:44.873Z | PASS [ 0.030s] oximeter-db model::tests::test_unroll_measurement_row |
5119 | 2024-08-12T21:41:44.894Z | PASS [ 0.031s] oximeter-db model::tests::test_unroll_missing_measurement_row |
5120 | 2024-08-12T21:41:44.914Z | PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_align_table_op |
5121 | 2024-08-12T21:41:44.917Z | PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal |
5122 | 2024-08-12T21:41:44.931Z | PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_comparison |
5123 | 2024-08-12T21:41:44.947Z | PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations |
5124 | 2024-08-12T21:41:44.954Z | PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_double_literal |
5125 | 2024-08-12T21:41:44.961Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal |
5126 | 2024-08-12T21:41:44.974Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_duration_literal |
5127 | 2024-08-12T21:41:44.979Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence |
5128 | 2024-08-12T21:41:44.986Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence |
5129 | 2024-08-12T21:41:45.001Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression |
5130 | 2024-08-12T21:41:45.010Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression |
5131 | 2024-08-12T21:41:45.018Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions |
5132 | 2024-08-12T21:41:45.034Z | PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op |
5133 | 2024-08-12T21:41:45.045Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_get_table_op |
5134 | 2024-08-12T21:41:45.054Z | PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_group_by |
5135 | 2024-08-12T21:41:45.066Z | PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_ident |
5136 | 2024-08-12T21:41:45.073Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_integer_literal |
5137 | 2024-08-12T21:41:45.081Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings |
5138 | 2024-08-12T21:41:45.093Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops |
5139 | 2024-08-12T21:41:45.100Z | PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation |
5140 | 2024-08-12T21:41:45.108Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr |
5141 | 2024-08-12T21:41:45.121Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal |
5142 | 2024-08-12T21:41:45.129Z | PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal |
5143 | 2024-08-12T21:41:45.137Z | PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string |
5144 | 2024-08-12T21:41:45.157Z | PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_query |
5145 | 2024-08-12T21:41:45.164Z | PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get |
5146 | 2024-08-12T21:41:45.182Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence |
5147 | 2024-08-12T21:41:45.189Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none |
5148 | 2024-08-12T21:41:45.209Z | PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence |
5149 | 2024-08-12T21:41:45.219Z | PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_reducer |
5150 | 2024-08-12T21:41:45.260Z | PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal |
5151 | 2024-08-12T21:41:45.277Z | PASS [ 0.051s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal |
5152 | 2024-08-12T21:41:45.321Z | PASS [ 0.027s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval |
5153 | 2024-08-12T21:41:45.324Z | PASS [ 0.051s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field |
5154 | 2024-08-12T21:41:45.386Z | PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window |
5155 | 2024-08-12T21:41:45.386Z | PASS [ 0.062s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type |
5156 | 2024-08-12T21:41:45.397Z | PASS [ 0.047s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values |
5157 | 2024-08-12T21:41:45.418Z | PASS [ 0.059s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window |
5158 | 2024-08-12T21:41:45.429Z | PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values |
5159 | 2024-08-12T21:41:45.471Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window |
5160 | 2024-08-12T21:41:45.512Z | PASS [ 0.052s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio |
5161 | 2024-08-12T21:41:45.515Z | PASS [ 0.044s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names |
5162 | 2024-08-12T21:41:45.542Z | PASS [ 0.043s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points |
5163 | 2024-08-12T21:41:45.572Z | PASS [ 0.063s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type |
5164 | 2024-08-12T21:41:45.588Z | PASS [ 0.058s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions |
5165 | 2024-08-12T21:41:45.610Z | PASS [ 0.053s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions |
5166 | 2024-08-12T21:41:45.631Z | PASS [ 0.048s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names |
5167 | 2024-08-12T21:41:45.654Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries |
5168 | 2024-08-12T21:41:45.665Z | PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic |
5169 | 2024-08-12T21:41:45.676Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf |
5170 | 2024-08-12T21:41:45.699Z | PASS [ 0.031s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by |
5171 | 2024-08-12T21:41:45.710Z | PASS [ 0.030s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays |
5172 | 2024-08-12T21:41:45.730Z | PASS [ 0.034s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values |
5173 | 2024-08-12T21:41:45.742Z | PASS [ 0.035s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k |
5174 | 2024-08-12T21:41:45.759Z | PASS [ 0.030s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k |
5175 | 2024-08-12T21:41:45.767Z | PASS [ 0.026s] oximeter-db oxql::point::tests::test_cast_points_from_bool |
5176 | 2024-08-12T21:41:45.785Z | PASS [ 0.026s] oximeter-db oxql::point::tests::test_cast_points_from_double |
5177 | 2024-08-12T21:41:45.792Z | PASS [ 0.025s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution |
5178 | 2024-08-12T21:41:45.812Z | PASS [ 0.026s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution |
5179 | 2024-08-12T21:41:45.828Z | PASS [ 0.027s] oximeter-db oxql::point::tests::test_cast_points_from_integer |
5180 | 2024-08-12T21:41:45.831Z | PASS [ 1.896s] oximeter-db client::tests::test_sql_query_output |
5181 | 2024-08-12T21:41:45.844Z | PASS [ 0.032s] oximeter-db oxql::point::tests::test_cast_points_from_string |
5182 | 2024-08-12T21:41:45.852Z | PASS [ 0.032s] oximeter-db oxql::point::tests::test_point_delta_between |
5183 | 2024-08-12T21:41:45.860Z | PASS [ 0.034s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges |
5184 | 2024-08-12T21:41:45.875Z | PASS [ 0.030s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch |
5185 | 2024-08-12T21:41:45.882Z | PASS [ 0.029s] oximeter-db oxql::point::tests::test_sub_between_histogram_distributions |
5186 | 2024-08-12T21:41:45.891Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits |
5187 | 2024-08-12T21:41:45.903Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query |
5188 | 2024-08-12T21:41:45.910Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query |
5189 | 2024-08-12T21:41:45.918Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query |
5190 | 2024-08-12T21:41:45.930Z | PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters |
5191 | 2024-08-12T21:41:45.937Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query |
5192 | 2024-08-12T21:41:45.949Z | PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query |
5193 | 2024-08-12T21:41:45.962Z | PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters |
5194 | 2024-08-12T21:41:45.975Z | PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates |
5195 | 2024-08-12T21:41:45.982Z | PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries |
5196 | 2024-08-12T21:41:46.005Z | PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by |
5197 | 2024-08-12T21:41:46.030Z | PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries |
5198 | 2024-08-12T21:41:46.042Z | PASS [ 0.054s] oximeter-db oxql::query::tests::test_query_end_time |
5199 | 2024-08-12T21:41:46.120Z | PASS [ 0.058s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries |
5200 | 2024-08-12T21:41:46.120Z | PASS [ 0.036s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr |
5201 | 2024-08-12T21:41:46.159Z | PASS [ 0.078s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp |
5202 | 2024-08-12T21:41:46.159Z | PASS [ 0.090s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom |
5203 | 2024-08-12T21:41:46.219Z | PASS [ 0.056s] oximeter-db query::tests::test_field_cmp |
5204 | 2024-08-12T21:41:46.219Z | PASS [ 0.042s] oximeter-db query::tests::test_field_selector_as_query |
5205 | 2024-08-12T21:41:46.222Z | PASS [ 0.108s] oximeter-db oxql::query::tests::test_split_query |
5206 | 2024-08-12T21:41:46.241Z | PASS [ 0.043s] oximeter-db query::tests::test_field_value_as_db_str |
5207 | 2024-08-12T21:41:46.241Z | PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_field_selectors |
5208 | 2024-08-12T21:41:46.256Z | PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_filter_raw |
5209 | 2024-08-12T21:41:46.263Z | PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_from_parts |
5210 | 2024-08-12T21:41:46.278Z | PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_full |
5211 | 2024-08-12T21:41:46.284Z | PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_limit_offset |
5212 | 2024-08-12T21:41:46.291Z | PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_no_fields |
5213 | 2024-08-12T21:41:46.312Z | PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_no_selectors |
5214 | 2024-08-12T21:41:46.328Z | PASS [ 0.031s] oximeter-db query::tests::test_time_range |
5215 | 2024-08-12T21:41:46.351Z | PASS [ 0.050s] oximeter-db query::tests::test_string_field_selector |
5216 | 2024-08-12T21:41:46.364Z | PASS [ 0.049s] oximeter-db sql::tests::test_allow_limit_offset |
5217 | 2024-08-12T21:41:46.376Z | PASS [ 0.049s] oximeter-db sql::tests::test_allow_subqueries |
5218 | 2024-08-12T21:41:46.385Z | PASS [ 0.048s] oximeter-db sql::tests::test_cannot_name_database |
5219 | 2024-08-12T21:41:46.397Z | PASS [ 0.038s] oximeter-db sql::tests::test_ctes_are_not_supported |
5220 | 2024-08-12T21:41:46.414Z | PASS [ 0.039s] oximeter-db sql::tests::test_function_allow_list |
5221 | 2024-08-12T21:41:46.441Z | PASS [ 0.045s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
5222 | 2024-08-12T21:41:46.456Z | PASS [ 0.070s] oximeter-db sql::tests::test_join_must_be_inner |
5223 | 2024-08-12T21:41:46.464Z | PASS [ 0.052s] oximeter-db sql::tests::test_query_must_be_select_statement |
5224 | 2024-08-12T21:41:46.481Z | PASS [ 0.034s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
5225 | 2024-08-12T21:41:46.492Z | PASS [ 0.038s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
5226 | 2024-08-12T21:41:46.499Z | PASS [ 0.036s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
5227 | 2024-08-12T21:41:46.521Z | PASS [ 0.043s] oximeter-db sql::tests::test_with_comma_join_fails |
5228 | 2024-08-12T21:41:46.533Z | PASS [ 0.037s] oximeter-db tests::test_timeseries_key_field_stability |
5229 | 2024-08-12T21:41:46.578Z | PASS [ 0.033s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
5230 | 2024-08-12T21:41:46.578Z | PASS [ 0.053s] oximeter-db tests::test_timeseries_key_sample_stability |
5231 | 2024-08-12T21:41:46.615Z | PASS [ 0.046s] oximeter-impl histogram::tests::test_bin_range |
5232 | 2024-08-12T21:41:46.644Z | PASS [ 0.030s] oximeter-impl histogram::tests::test_bin_range_from |
5233 | 2024-08-12T21:41:46.679Z | PASS [ 0.038s] oximeter-impl histogram::tests::test_bin_range_to |
5234 | 2024-08-12T21:41:46.742Z | PASS [ 0.033s] oximeter-impl histogram::tests::test_empty_bins_not_supported |
5235 | 2024-08-12T21:41:46.853Z | PASS [ 0.117s] oximeter-impl histogram::tests::test_ensure_finite |
5236 | 2024-08-12T21:41:47.074Z | PASS [ 0.236s] oximeter-impl histogram::tests::test_histogram |
5237 | 2024-08-12T21:41:47.103Z | PASS [ 1.943s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence |
5238 | 2024-08-12T21:41:47.122Z | PASS [ 0.045s] oximeter-impl histogram::tests::test_histogram_construct_with |
5239 | 2024-08-12T21:41:47.159Z | PASS [ 0.064s] oximeter-impl histogram::tests::test_histogram_extreme_bins |
5240 | 2024-08-12T21:41:47.195Z | PASS [ 0.056s] oximeter-impl histogram::tests::test_histogram_extreme_samples |
5241 | 2024-08-12T21:41:47.195Z | PASS [ 0.047s] oximeter-impl histogram::tests::test_histogram_float_bins |
5242 | 2024-08-12T21:41:47.216Z | PASS [ 0.046s] oximeter-impl histogram::tests::test_histogram_unbounded_samples |
5243 | 2024-08-12T21:41:47.250Z | PASS [ 0.048s] oximeter-impl histogram::tests::test_histogram_unsorted_bins |
5244 | 2024-08-12T21:41:47.263Z | PASS [ 0.046s] oximeter-impl histogram::tests::test_histogram_with_bins |
5245 | 2024-08-12T21:41:47.278Z | PASS [ 0.035s] oximeter-impl histogram::tests::test_histogram_with_non_partitioned_bins |
5246 | 2024-08-12T21:41:47.294Z | PASS [ 0.034s] oximeter-impl histogram::tests::test_histogram_with_overlapping_bins |
5247 | 2024-08-12T21:41:47.337Z | PASS [ 0.045s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
5248 | 2024-08-12T21:41:47.356Z | PASS [ 0.077s] oximeter-impl histogram::tests::test_log_linear_bins_all_representable |
5249 | 2024-08-12T21:41:47.367Z | PASS [ 0.028s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
5250 | 2024-08-12T21:41:47.380Z | PASS [ 0.027s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
5251 | 2024-08-12T21:41:47.390Z | PASS [ 0.025s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
5252 | 2024-08-12T21:41:47.401Z | PASS [ 0.021s] oximeter-impl histogram::tests::test_log_linear_bins_integer_size_checks |
5253 | 2024-08-12T21:41:47.411Z | PASS [ 0.022s] oximeter-impl histogram::tests::test_log_linear_bins_small_bin_count |
5254 | 2024-08-12T21:41:47.425Z | PASS [ 0.023s] oximeter-impl histogram::tests::test_span_decades |
5255 | 2024-08-12T21:41:47.432Z | PASS [ 0.021s] oximeter-impl histogram::tests::test_span_decades_other_counts_f64 |
5256 | 2024-08-12T21:41:47.447Z | PASS [ 0.023s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
5257 | 2024-08-12T21:41:47.456Z | PASS [ 0.023s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
5258 | 2024-08-12T21:41:47.472Z | PASS [ 0.023s] oximeter-impl quantile::tests::test_default_percentiles |
5259 | 2024-08-12T21:41:47.487Z | PASS [ 0.025s] oximeter-impl quantile::tests::test_empty_observations |
5260 | 2024-08-12T21:41:47.499Z | PASS [ 0.029s] oximeter-impl quantile::tests::test_find_cells |
5261 | 2024-08-12T21:41:47.514Z | PASS [ 0.031s] oximeter-impl quantile::tests::test_float_observations |
5262 | 2024-08-12T21:41:47.525Z | PASS [ 0.026s] oximeter-impl quantile::tests::test_integer_observations |
5263 | 2024-08-12T21:41:47.541Z | PASS [ 0.025s] oximeter-impl quantile::tests::test_invalid_p_value |
5264 | 2024-08-12T21:41:47.549Z | PASS [ 0.024s] oximeter-impl quantile::tests::test_max_p |
5265 | 2024-08-12T21:41:47.563Z | PASS [ 0.025s] oximeter-impl quantile::tests::test_min_p |
5266 | 2024-08-12T21:41:47.572Z | PASS [ 0.023s] oximeter-impl quantile::tests::test_non_filled_observations |
5267 | 2024-08-12T21:41:47.592Z | PASS [ 0.029s] oximeter-impl quantile::tests::test_rounding |
5268 | 2024-08-12T21:41:47.630Z | PASS [ 0.059s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives |
5269 | 2024-08-12T21:41:47.640Z | PASS [ 0.049s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_datum_types |
5270 | 2024-08-12T21:41:47.655Z | PASS [ 0.025s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_fields |
5271 | 2024-08-12T21:41:47.662Z | PASS [ 0.022s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types |
5272 | 2024-08-12T21:41:47.681Z | PASS [ 0.026s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types |
5273 | 2024-08-12T21:41:47.690Z | PASS [ 0.028s] oximeter-impl schema::codegen::tests::emit_schema_types_generates_expected_tokens |
5274 | 2024-08-12T21:41:47.719Z | PASS [ 0.032s] oximeter-impl schema::codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens |
5275 | 2024-08-12T21:41:47.734Z | PASS [ 0.041s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_duplicate_field_names |
5276 | 2024-08-12T21:41:47.752Z | PASS [ 0.036s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_reference_to_unknown_field |
5277 | 2024-08-12T21:41:47.778Z | PASS [ 0.045s] oximeter-impl schema::ir::tests::construct_field_schema_picks_up_correct_fields |
5278 | 2024-08-12T21:41:47.789Z | PASS [ 0.040s] oximeter-impl schema::ir::tests::ensures_target_has_at_least_one_field |
5279 | 2024-08-12T21:41:47.803Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::extract_authz_scope_requires_relevant_field |
5280 | 2024-08-12T21:41:47.817Z | PASS [ 0.026s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_add_existing_metric |
5281 | 2024-08-12T21:41:47.833Z | PASS [ 0.032s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric |
5282 | 2024-08-12T21:41:47.841Z | PASS [ 0.026s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_with_non_increasing_versions |
5283 | 2024-08-12T21:41:47.856Z | PASS [ 0.025s] oximeter-impl schema::ir::tests::extract_metric_fields_requires_adding_first |
5284 | 2024-08-12T21:41:47.862Z | PASS [ 0.021s] oximeter-impl schema::ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions |
5285 | 2024-08-12T21:41:47.878Z | PASS [ 0.021s] oximeter-impl schema::ir::tests::fail_on_empty_descriptions |
5286 | 2024-08-12T21:41:47.886Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::fail_on_empty_metric_name |
5287 | 2024-08-12T21:41:47.902Z | PASS [ 0.024s] oximeter-impl schema::ir::tests::fail_on_empty_target_name |
5288 | 2024-08-12T21:41:47.908Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::fail_on_very_long_field_names |
5289 | 2024-08-12T21:41:47.926Z | PASS [ 0.024s] oximeter-impl schema::ir::tests::fail_on_very_long_timeseries_name |
5290 | 2024-08-12T21:41:47.933Z | PASS [ 0.023s] oximeter-impl schema::ir::tests::into_schema_list_fails_with_zero_metrics |
5291 | 2024-08-12T21:41:47.955Z | PASS [ 0.028s] oximeter-impl schema::ir::tests::load_schema_catches_metric_versions_not_added_in |
5292 | 2024-08-12T21:41:47.970Z | PASS [ 0.037s] oximeter-impl schema::ir::tests::load_schema_fails_with_duplicate_timeseries |
5293 | 2024-08-12T21:41:47.983Z | PASS [ 0.028s] oximeter-impl schema::ir::tests::load_schema_fails_with_nonexistent_target_version |
5294 | 2024-08-12T21:41:48.003Z | PASS [ 0.033s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions |
5295 | 2024-08-12T21:41:48.012Z | PASS [ 0.029s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified |
5296 | 2024-08-12T21:41:48.031Z | PASS [ 0.029s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed |
5297 | 2024-08-12T21:41:48.038Z | PASS [ 0.027s] oximeter-impl schema::ir::tests::load_schema_fills_in_late_implied_metric_versions |
5298 | 2024-08-12T21:41:48.060Z | PASS [ 0.028s] oximeter-impl schema::ir::tests::load_schema_skips_versions_until_metric_is_added |
5299 | 2024-08-12T21:41:48.066Z | PASS [ 0.028s] oximeter-impl schema::ir::tests::only_support_format_version_1 |
5300 | 2024-08-12T21:41:48.080Z | PASS [ 0.021s] oximeter-impl schema::ir::tests::validate_field_name_disallows_bad_names |
5301 | 2024-08-12T21:41:48.086Z | PASS [ 0.020s] oximeter-impl schema::ir::tests::validate_field_name_verifies_uuid_field_names |
5302 | 2024-08-12T21:41:48.099Z | PASS [ 0.019s] oximeter-impl schema::tests::test_field_schema_ordering |
5303 | 2024-08-12T21:41:48.105Z | PASS [ 0.019s] oximeter-impl schema::tests::test_schema_field_ordering_across_target_metric |
5304 | 2024-08-12T21:41:48.120Z | PASS [ 0.020s] oximeter-impl schema::tests::test_timeseries_name |
5305 | 2024-08-12T21:41:48.130Z | PASS [ 0.024s] oximeter-impl schema::tests::test_timeseries_name_from_str |
5306 | 2024-08-12T21:41:48.143Z | PASS [ 0.023s] oximeter-impl schema::tests::test_timeseries_schema_from_parts |
5307 | 2024-08-12T21:41:48.154Z | PASS [ 0.024s] oximeter-impl schema::tests::test_timeseries_schema_from_sample |
5308 | 2024-08-12T21:41:48.180Z | PASS [ 0.035s] oximeter-impl test_util::tests::test_gen_test_samples |
5309 | 2024-08-12T21:41:48.187Z | PASS [ 0.033s] oximeter-impl traits::tests::test_metric_trait |
5310 | 2024-08-12T21:41:48.209Z | PASS [ 0.029s] oximeter-impl traits::tests::test_producer_trait |
5311 | 2024-08-12T21:41:48.220Z | PASS [ 0.030s] oximeter-impl traits::tests::test_target_trait |
5312 | 2024-08-12T21:41:48.237Z | PASS [ 0.028s] oximeter-impl types::tests::test_cumulative_f64 |
5313 | 2024-08-12T21:41:48.244Z | PASS [ 0.028s] oximeter-impl types::tests::test_cumulative_i64 |
5314 | 2024-08-12T21:41:48.263Z | PASS [ 0.023s] oximeter-impl types::tests::test_datum |
5315 | 2024-08-12T21:41:48.282Z | PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_01_as_string |
5316 | 2024-08-12T21:41:48.304Z | PASS [ 0.041s] oximeter-impl types::tests::test_field_value_parse_as_type::case_02_as_i8 |
5317 | 2024-08-12T21:41:48.312Z | PASS [ 0.041s] oximeter-impl types::tests::test_field_value_parse_as_type::case_03_as_u8 |
5318 | 2024-08-12T21:41:48.329Z | PASS [ 0.026s] oximeter-impl types::tests::test_field_value_parse_as_type::case_04_as_i16 |
5319 | 2024-08-12T21:41:48.336Z | PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_05_as_u16 |
5320 | 2024-08-12T21:41:48.354Z | PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_06_as_i32 |
5321 | 2024-08-12T21:41:48.362Z | PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_07_as_u32 |
5322 | 2024-08-12T21:41:48.379Z | PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_08_as_i64 |
5323 | 2024-08-12T21:41:48.386Z | PASS [ 0.025s] oximeter-impl types::tests::test_field_value_parse_as_type::case_09_as_u64 |
5324 | 2024-08-12T21:41:48.406Z | PASS [ 0.026s] oximeter-impl types::tests::test_field_value_parse_as_type::case_10_as_uuid |
5325 | 2024-08-12T21:41:48.416Z | PASS [ 0.028s] oximeter-impl types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
5326 | 2024-08-12T21:41:48.441Z | PASS [ 0.034s] oximeter-impl types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
5327 | 2024-08-12T21:41:48.450Z | PASS [ 0.034s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
5328 | 2024-08-12T21:41:48.471Z | PASS [ 0.030s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
5329 | 2024-08-12T21:41:48.484Z | PASS [ 0.030s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
5330 | 2024-08-12T21:41:48.505Z | PASS [ 0.030s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
5331 | 2024-08-12T21:41:48.513Z | PASS [ 0.034s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
5332 | 2024-08-12T21:41:48.537Z | PASS [ 0.034s] oximeter-impl types::tests::test_measurement |
5333 | 2024-08-12T21:41:48.544Z | PASS [ 0.032s] oximeter-impl types::tests::test_sample_struct |
5334 | 2024-08-12T21:41:48.560Z | PASS [ 0.027s] oximeter-impl types::tests::test_verify_field_names |
5335 | 2024-08-12T21:41:48.610Z | PASS [ 0.049s] oximeter-instruments http::tests::test_normalize_uri_path |
5336 | 2024-08-12T21:41:48.633Z | PASS [ 0.086s] oximeter-instruments http::tests::test_latency_tracker |
5337 | 2024-08-12T21:41:48.774Z | PASS [ 0.158s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
5338 | 2024-08-12T21:41:48.774Z | PASS [ 0.136s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
5339 | 2024-08-12T21:41:48.844Z | PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
5340 | 2024-08-12T21:41:48.852Z | PASS [ 0.077s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
5341 | 2024-08-12T21:41:48.908Z | PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
5342 | 2024-08-12T21:41:48.921Z | PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
5343 | 2024-08-12T21:41:48.957Z | PASS [ 0.036s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
5344 | 2024-08-12T21:41:48.964Z | PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_sled_datalink |
5345 | 2024-08-12T21:41:48.980Z | PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
5346 | 2024-08-12T21:41:48.989Z | PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
5347 | 2024-08-12T21:41:49.002Z | PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
5348 | 2024-08-12T21:41:49.007Z | PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
5349 | 2024-08-12T21:41:49.022Z | PASS [ 0.021s] oximeter-macro-impl tests::test_metric_annotated_field |
5350 | 2024-08-12T21:41:49.027Z | PASS [ 0.020s] oximeter-macro-impl tests::test_metric_datum_field |
5351 | 2024-08-12T21:41:49.037Z | PASS [ 0.015s] oximeter-macro-impl tests::test_metric_enum |
5352 | 2024-08-12T21:41:49.042Z | PASS [ 0.015s] oximeter-macro-impl tests::test_metric_without_datum_field |
5353 | 2024-08-12T21:41:49.053Z | PASS [ 0.016s] oximeter-macro-impl tests::test_target |
5354 | 2024-08-12T21:41:49.059Z | PASS [ 0.016s] oximeter-macro-impl tests::test_target_empty_struct |
5355 | 2024-08-12T21:41:49.069Z | PASS [ 0.016s] oximeter-macro-impl tests::test_target_enum |
5356 | 2024-08-12T21:41:49.074Z | PASS [ 0.016s] oximeter-macro-impl tests::test_target_unit_struct |
5357 | 2024-08-12T21:41:49.086Z | PASS [ 0.015s] oximeter-macro-impl tests::test_target_with_datum_field |
5358 | 2024-08-12T21:41:49.109Z | PASS [ 0.021s] oxlog tests::test_is_oxide_smf_log_file |
5359 | 2024-08-12T21:41:49.129Z | PASS [ 0.021s] oxlog tests::test_oxide_smf_service_name_from_log_file_name |
5360 | 2024-08-12T21:41:49.151Z | PASS [ 0.023s] oxlog tests::test_sort_logs |
5361 | 2024-08-12T21:41:49.753Z | PASS [ 0.602s] reconfigurator-cli::test_basic test_basic |
5362 | 2024-08-12T21:41:50.577Z | PASS [ 12.272s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
5363 | 2024-08-12T21:41:50.684Z | PASS [ 0.108s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion |
5364 | 2024-08-12T21:41:50.716Z | PASS [ 0.031s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion |
5365 | 2024-08-12T21:41:50.772Z | PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization |
5366 | 2024-08-12T21:41:50.795Z | PASS [ 0.024s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash |
5367 | 2024-08-12T21:41:50.831Z | PASS [ 0.036s] sled-agent-types rack_init::tests::test_extra_certs |
5368 | 2024-08-12T21:41:50.853Z | PASS [ 0.020s] sled-agent-types rack_init::tests::test_subnets |
5369 | 2024-08-12T21:41:50.889Z | PASS [ 0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
5370 | 2024-08-12T21:41:50.970Z | PASS [ 0.078s] sled-hardware disk::test::test_disk_paths |
5371 | 2024-08-12T21:41:51.001Z | PASS [ 0.032s] sled-hardware disk::test::test_partition_device_paths |
5372 | 2024-08-12T21:41:51.065Z | PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
5373 | 2024-08-12T21:41:51.087Z | PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
5374 | 2024-08-12T21:41:51.113Z | PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
5375 | 2024-08-12T21:41:51.143Z | PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
5376 | 2024-08-12T21:41:51.232Z | PASS [ 0.092s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
5377 | 2024-08-12T21:41:51.263Z | PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
5378 | 2024-08-12T21:41:51.298Z | PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
5379 | 2024-08-12T21:41:51.348Z | PASS [ 0.051s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip |
5380 | 2024-08-12T21:41:51.411Z | PASS [ 0.059s] sled-storage dataset::test::serialize_dataset_name |
5381 | 2024-08-12T21:41:51.495Z | PASS [ 0.089s] sled-storage manager::test::test_omicron_physical_disks_schema |
5382 | 2024-08-12T21:41:52.238Z | PASS [ 3.161s] oximeter-producer tests::test_producer_registration_task |
5383 | 2024-08-12T21:41:53.062Z | PASS [ 1.566s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager |
5384 | 2024-08-12T21:41:53.103Z | PASS [ 0.041s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification |
5385 | 2024-08-12T21:41:53.179Z | PASS [ 0.941s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool |
5386 | 2024-08-12T21:41:53.227Z | PASS [ 0.048s] sled-storage manager::tests::ensure_using_exactly_these_disks |
5387 | 2024-08-12T21:41:55.235Z | PASS [ 2.007s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 |
5388 | 2024-08-12T21:41:55.797Z | PASS [ 2.693s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready |
5389 | 2024-08-12T21:41:56.765Z | PASS [ 0.961s] sled-storage manager::tests::update_rawdisk_firmware |
5390 | 2024-08-12T21:41:56.995Z | PASS [ 13.244s] oximeter-db client::tests::test_single_node |
5391 | 2024-08-12T21:41:57.703Z | PASS [ 2.467s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
5392 | 2024-08-12T21:41:58.162Z | PASS [ 1.168s] sled-storage manager::tests::wait_for_boot_disk |
5393 | 2024-08-12T21:41:58.756Z | PASS [ 1.997s] sled-storage manager::tests::upsert_filesystem |
5394 | 2024-08-12T21:41:58.822Z | PASS [ 0.658s] tufaceous::integration-tests command_tests::test_init_and_add |
5395 | 2024-08-12T21:41:58.866Z | PASS [ 0.045s] tufaceous-lib archive::tests::test_validate_path |
5396 | 2024-08-12T21:41:58.949Z | PASS [ 0.083s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
5397 | 2024-08-12T21:41:58.971Z | PASS [ 1.270s] tufaceous::integration-tests command_tests::test_assemble_fake |
5398 | 2024-08-12T21:41:58.986Z | PASS [ 0.038s] tufaceous-lib key::tests::test_from_str |
5399 | 2024-08-12T21:41:59.142Z | PASS [ 0.172s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
5400 | 2024-08-12T21:41:59.451Z | PASS [ 0.697s] tufaceous::manifest-tests check_manifest::fake.toml |
5401 | 2024-08-12T21:41:59.584Z | PASS [ 0.132s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts |
5402 | 2024-08-12T21:41:59.930Z | PASS [ 0.346s] update-engine buffer::tests::test_buffer |
5403 | 2024-08-12T21:41:59.973Z | PASS [ 0.984s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake |
5404 | 2024-08-12T21:41:59.999Z | PASS [ 0.030s] update-engine display::line_display_shared::tests::test_format_progress_counter |
5405 | 2024-08-12T21:42:00.005Z | PASS [ 0.078s] update-engine display::group_display::tests::test_stats |
5406 | 2024-08-12T21:42:00.020Z | PASS [ 0.021s] update-engine engine::tests::error_exits_early |
5407 | 2024-08-12T21:42:00.030Z | PASS [ 0.024s] update-engine events::tests::progress_event_parse_unknown |
5408 | 2024-08-12T21:42:00.040Z | PASS [ 0.019s] update-engine events::tests::step_event_parse_unknown |
5409 | 2024-08-12T21:42:00.072Z | PASS [ 0.031s] wicket state::inventory::tests::component_id_display |
5410 | 2024-08-12T21:42:00.210Z | PASS [ 0.178s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
5411 | 2024-08-12T21:42:00.293Z | PASS [ 0.084s] wicket-common rack_setup::tests::roundtrip_import_export_policy |
5412 | 2024-08-12T21:42:00.423Z | PASS [ 0.128s] wicketd installinator_progress::tests::test_states |
5413 | 2024-08-12T21:42:00.502Z | PASS [ 0.080s] wicketd rss_config::tests::test_bgp_auth_key_states |
5414 | 2024-08-12T21:42:00.545Z | PASS [ 0.474s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
5415 | 2024-08-12T21:42:01.467Z | PASS [ 0.967s] wicketd::mod integration_tests::inventory::test_inventory |
5416 | 2024-08-12T21:42:02.511Z | PASS [ 1.043s] wicketd::mod integration_tests::updates::test_update_races |
5417 | 2024-08-12T21:42:02.549Z | PASS [ 3.412s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent |
5418 | 2024-08-12T21:42:02.907Z | PASS [ 32.139s] omicron-sled-agent nexus::test::nexus_self_notification_test |
5419 | 2024-08-12T21:42:03.232Z | PASS [ 16.684s] oximeter-db::integration_test test_schemas_disjoint |
5420 | 2024-08-12T21:42:03.922Z | PASS [ 3.382s] wicketd::mod integration_tests::updates::test_installinator_fetch |
5421 | 2024-08-12T21:42:04.645Z | PASS [ 2.140s] wicketd::mod integration_tests::updates::test_updates |
5422 | 2024-08-12T21:42:05.079Z | PASS [ 15.331s] reconfigurator-cli::test_basic test_blueprint_edit |
5423 | 2024-08-12T21:42:16.322Z | PASS [ 29.795s] oximeter-db::integration_test test_cluster |
5424 | 2024-08-12T21:42:21.316Z | PASS [ 40.063s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated |
5425 | 2024-08-12T21:42:24.053Z | PASS [ 2.737s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
5426 | 2024-08-12T21:42:40.773Z | PASS [ 16.717s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5427 | 2024-08-12T21:42:56.502Z | PASS [ 15.726s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated |
5428 | 2024-08-12T21:43:56.513Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
5429 | 2024-08-12T21:44:56.523Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
5430 | 2024-08-12T21:45:56.534Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
5431 | 2024-08-12T21:46:56.545Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
5432 | 2024-08-12T21:47:20.979Z | PASS [ 264.440s] oximeter-db client::tests::test_replicated |
5433 | 2024-08-12T21:47:20.982Z | ------------ |
5434 | 2024-08-12T21:47:20.982Z | Summary [2072.278s] 1393 tests run: 1393 passed (9 slow, 1 leaky), 3 skipped |
5435 | 2024-08-12T21:47:21.010Z | |
5436 | 2024-08-12T21:47:21.013Z | real 34:54.683212652 |
5437 | 2024-08-12T21:47:21.013Z | user 2:46:36.755860063 |
5438 | 2024-08-12T21:47:21.013Z | sys 36:59.935008547 |
5439 | 2024-08-12T21:47:21.013Z | trap 2:26.184972537 |
5440 | 2024-08-12T21:47:21.013Z | tflt 24.575567477 |
5441 | 2024-08-12T21:47:21.013Z | dflt 1:44.090223762 |
5442 | 2024-08-12T21:47:21.013Z | kflt 0.371666013 |
5443 | 2024-08-12T21:47:21.013Z | lock 959:59:12.891100148 |
5444 | 2024-08-12T21:47:21.013Z | slp 42:32:36.452887762 |
5445 | 2024-08-12T21:47:21.013Z | lat 3:20:48.266114575 |
5446 | 2024-08-12T21:47:21.013Z | stop 1:03:54.123143765 |
5447 | 2024-08-12T21:47:21.013Z | + banner doctest |
5448 | 2024-08-12T21:47:21.013Z | |
5449 | 2024-08-12T21:47:21.013Z | ##### #### #### ##### ###### #### ##### |
5450 | 2024-08-12T21:47:21.013Z | # # # # # # # # # # |
5451 | 2024-08-12T21:47:21.013Z | # # # # # # ##### #### # |
5452 | 2024-08-12T21:47:21.013Z | # # # # # # # # # |
5453 | 2024-08-12T21:47:21.013Z | # # # # # # # # # # # |
5454 | 2024-08-12T21:47:21.013Z | ##### #### #### # ###### #### # |
5455 | 2024-08-12T21:47:21.013Z | |
5456 | 2024-08-12T21:47:21.013Z | + ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast |
5457 | 2024-08-12T21:47:22.837Z | Fresh unicode-ident v1.0.12 |
5458 | 2024-08-12T21:47:22.841Z | Fresh cfg-if v1.0.0 |
5459 | 2024-08-12T21:47:22.842Z | Fresh autocfg v1.3.0 |
5460 | 2024-08-12T21:47:22.842Z | Fresh version_check v0.9.5 |
5461 | 2024-08-12T21:47:22.842Z | Fresh memchr v2.7.2 |
5462 | 2024-08-12T21:47:22.842Z | Fresh proc-macro2 v1.0.86 |
5463 | 2024-08-12T21:47:22.842Z | Fresh scopeguard v1.2.0 |
5464 | 2024-08-12T21:47:22.842Z | Fresh log v0.4.21 |
5465 | 2024-08-12T21:47:22.842Z | Fresh byteorder v1.5.0 |
5466 | 2024-08-12T21:47:22.842Z | Fresh once_cell v1.19.0 |
5467 | 2024-08-12T21:47:22.842Z | Fresh quote v1.0.36 |
5468 | 2024-08-12T21:47:22.842Z | Fresh libc v0.2.155 |
5469 | 2024-08-12T21:47:22.842Z | Fresh itoa v1.0.11 |
5470 | 2024-08-12T21:47:22.842Z | Fresh smallvec v1.13.2 |
5471 | 2024-08-12T21:47:22.842Z | Fresh syn v2.0.72 |
5472 | 2024-08-12T21:47:22.842Z | Fresh getrandom v0.2.14 |
5473 | 2024-08-12T21:47:22.842Z | Fresh lock_api v0.4.12 |
5474 | 2024-08-12T21:47:22.842Z | Fresh cc v1.0.97 |
5475 | 2024-08-12T21:47:22.842Z | Fresh pin-project-lite v0.2.14 |
5476 | 2024-08-12T21:47:22.842Z | Fresh serde_derive v1.0.205 |
5477 | 2024-08-12T21:47:22.842Z | Fresh parking_lot_core v0.9.10 |
5478 | 2024-08-12T21:47:22.842Z | Fresh zerocopy-derive v0.7.34 |
5479 | 2024-08-12T21:47:22.842Z | Fresh libm v0.2.8 |
5480 | 2024-08-12T21:47:22.842Z | Fresh ryu v1.0.18 |
5481 | 2024-08-12T21:47:22.842Z | Fresh spin v0.9.8 |
5482 | 2024-08-12T21:47:22.842Z | Fresh thiserror-impl v1.0.63 |
5483 | 2024-08-12T21:47:22.842Z | Fresh serde v1.0.205 |
5484 | 2024-08-12T21:47:22.842Z | Fresh zerocopy v0.7.34 |
5485 | 2024-08-12T21:47:22.842Z | Fresh parking_lot v0.12.2 |
5486 | 2024-08-12T21:47:22.842Z | Fresh num-traits v0.2.19 |
5487 | 2024-08-12T21:47:22.842Z | Fresh signal-hook-registry v1.4.2 |
5488 | 2024-08-12T21:47:22.842Z | Fresh mio v0.8.11 |
5489 | 2024-08-12T21:47:22.842Z | Fresh bytes v1.7.1 |
5490 | 2024-08-12T21:47:22.842Z | Fresh thiserror v1.0.63 |
5491 | 2024-08-12T21:47:22.842Z | Fresh num_cpus v1.16.0 |
5492 | 2024-08-12T21:47:22.842Z | Fresh bitflags v2.6.0 |
5493 | 2024-08-12T21:47:22.842Z | Fresh allocator-api2 v0.2.18 |
5494 | 2024-08-12T21:47:22.842Z | Fresh tokio-macros v2.3.0 |
5495 | 2024-08-12T21:47:22.848Z | Fresh ahash v0.8.11 |
5496 | 2024-08-12T21:47:22.848Z | Fresh socket2 v0.5.7 |
5497 | 2024-08-12T21:47:22.848Z | Fresh futures-core v0.3.30 |
5498 | 2024-08-12T21:47:22.848Z | Fresh rand_core v0.6.4 |
5499 | 2024-08-12T21:47:22.848Z | Fresh fnv v1.0.7 |
5500 | 2024-08-12T21:47:22.848Z | Fresh equivalent v1.0.1 |
5501 | 2024-08-12T21:47:22.848Z | Fresh zeroize_derive v1.4.2 |
5502 | 2024-08-12T21:47:22.848Z | Fresh hashbrown v0.14.5 |
5503 | 2024-08-12T21:47:22.848Z | Fresh serde_json v1.0.122 |
5504 | 2024-08-12T21:47:22.848Z | Fresh tokio v1.38.1 |
5505 | 2024-08-12T21:47:22.848Z | Fresh zeroize v1.7.0 |
5506 | 2024-08-12T21:47:22.848Z | Fresh futures-sink v0.3.30 |
5507 | 2024-08-12T21:47:22.848Z | Fresh futures-macro v0.3.30 |
5508 | 2024-08-12T21:47:22.848Z | Fresh pin-utils v0.1.0 |
5509 | 2024-08-12T21:47:22.848Z | Fresh indexmap v2.3.0 |
5510 | 2024-08-12T21:47:22.848Z | Fresh futures-channel v0.3.30 |
5511 | 2024-08-12T21:47:22.848Z | Fresh futures-io v0.3.30 |
5512 | 2024-08-12T21:47:22.848Z | Fresh futures-task v0.3.30 |
5513 | 2024-08-12T21:47:22.848Z | Fresh regex-syntax v0.8.3 |
5514 | 2024-08-12T21:47:22.848Z | Fresh aho-corasick v1.1.3 |
5515 | 2024-08-12T21:47:22.848Z | Fresh slab v0.4.9 |
5516 | 2024-08-12T21:47:22.849Z | Fresh regex-automata v0.4.6 |
5517 | 2024-08-12T21:47:22.849Z | Fresh heck v0.5.0 |
5518 | 2024-08-12T21:47:22.849Z | Fresh iana-time-zone v0.1.60 |
5519 | 2024-08-12T21:47:22.849Z | Fresh uuid v1.10.0 |
5520 | 2024-08-12T21:47:22.849Z | Fresh futures-util v0.3.30 |
5521 | 2024-08-12T21:47:22.849Z | Fresh syn v1.0.109 |
5522 | 2024-08-12T21:47:22.849Z | Fresh chrono v0.4.38 |
5523 | 2024-08-12T21:47:22.849Z | Fresh subtle v2.5.0 |
5524 | 2024-08-12T21:47:22.849Z | Fresh regex v1.10.6 |
5525 | 2024-08-12T21:47:22.849Z | Fresh typenum v1.17.0 |
5526 | 2024-08-12T21:47:22.849Z | Fresh tinyvec_macros v0.1.1 |
5527 | 2024-08-12T21:47:22.849Z | Fresh serde_derive_internals v0.29.1 |
5528 | 2024-08-12T21:47:22.849Z | Fresh pkg-config v0.3.30 |
5529 | 2024-08-12T21:47:22.849Z | Fresh dyn-clone v1.0.17 |
5530 | 2024-08-12T21:47:22.849Z | Fresh generic-array v0.14.7 |
5531 | 2024-08-12T21:47:22.849Z | Fresh tinyvec v1.6.0 |
5532 | 2024-08-12T21:47:22.849Z | Fresh semver v1.0.23 |
5533 | 2024-08-12T21:47:22.849Z | Fresh schemars_derive v0.8.21 |
5534 | 2024-08-12T21:47:22.849Z | Fresh lazy_static v1.5.0 |
5535 | 2024-08-12T21:47:22.849Z | Fresh errno v0.3.9 |
5536 | 2024-08-12T21:47:22.849Z | Fresh crypto-common v0.1.6 |
5537 | 2024-08-12T21:47:22.849Z | Fresh unicode-normalization v0.1.23 |
5538 | 2024-08-12T21:47:22.849Z | Fresh const-oid v0.9.6 |
5539 | 2024-08-12T21:47:22.849Z | Fresh rustix v0.38.34 |
5540 | 2024-08-12T21:47:22.849Z | Fresh schemars v0.8.21 |
5541 | 2024-08-12T21:47:22.849Z | Fresh unicode-bidi v0.3.15 |
5542 | 2024-08-12T21:47:22.849Z | Fresh tracing-attributes v0.1.27 |
5543 | 2024-08-12T21:47:22.849Z | Fresh tracing-core v0.1.32 |
5544 | 2024-08-12T21:47:22.849Z | Fresh either v1.13.0 |
5545 | 2024-08-12T21:47:22.849Z | Fresh tracing v0.1.40 |
5546 | 2024-08-12T21:47:22.849Z | Fresh ppv-lite86 v0.2.17 |
5547 | 2024-08-12T21:47:22.849Z | Fresh percent-encoding v2.3.1 |
5548 | 2024-08-12T21:47:22.849Z | Fresh block-buffer v0.10.4 |
5549 | 2024-08-12T21:47:22.849Z | Fresh unicode-width v0.1.13 |
5550 | 2024-08-12T21:47:22.849Z | Fresh rand_chacha v0.3.1 |
5551 | 2024-08-12T21:47:22.849Z | Fresh form_urlencoded v1.2.1 |
5552 | 2024-08-12T21:47:22.849Z | Fresh digest v0.10.7 |
5553 | 2024-08-12T21:47:22.849Z | Fresh http v0.2.12 |
5554 | 2024-08-12T21:47:22.849Z | Fresh time-core v0.1.2 |
5555 | 2024-08-12T21:47:22.849Z | Fresh num-conv v0.1.0 |
5556 | 2024-08-12T21:47:22.850Z | Fresh rand v0.8.5 |
5557 | 2024-08-12T21:47:22.850Z | Fresh httparse v1.8.0 |
5558 | 2024-08-12T21:47:22.850Z | Fresh powerfmt v0.2.0 |
5559 | 2024-08-12T21:47:22.850Z | Fresh time-macros v0.2.18 |
5560 | 2024-08-12T21:47:22.850Z | Fresh num_threads v0.1.7 |
5561 | 2024-08-12T21:47:22.850Z | Fresh idna v0.5.0 |
5562 | 2024-08-12T21:47:22.850Z | Fresh untrusted v0.9.0 |
5563 | 2024-08-12T21:47:22.850Z | Fresh deranged v0.3.11 |
5564 | 2024-08-12T21:47:22.850Z | Fresh ring v0.17.8 |
5565 | 2024-08-12T21:47:22.850Z | Fresh url v2.5.2 |
5566 | 2024-08-12T21:47:22.850Z | Fresh serde_tokenstream v0.2.1 |
5567 | 2024-08-12T21:47:22.850Z | Fresh strsim v0.11.1 |
5568 | 2024-08-12T21:47:22.850Z | Fresh adler v1.0.2 |
5569 | 2024-08-12T21:47:22.850Z | Fresh time v0.3.36 |
5570 | 2024-08-12T21:47:22.850Z | Fresh vcpkg v0.2.15 |
5571 | 2024-08-12T21:47:22.850Z | Fresh rustversion v1.0.17 |
5572 | 2024-08-12T21:47:22.850Z | Fresh miniz_oxide v0.7.2 |
5573 | 2024-08-12T21:47:22.850Z | Fresh toml_datetime v0.6.8 |
5574 | 2024-08-12T21:47:22.850Z | Fresh serde_spanned v0.6.7 |
5575 | 2024-08-12T21:47:22.850Z | Fresh try-lock v0.2.5 |
5576 | 2024-08-12T21:47:22.850Z | Fresh cpufeatures v0.2.12 |
5577 | 2024-08-12T21:47:22.850Z | Fresh slog v2.7.0 |
5578 | 2024-08-12T21:47:22.850Z | Fresh want v0.3.1 |
5579 | 2024-08-12T21:47:22.850Z | Fresh tower-service v0.3.2 |
5580 | 2024-08-12T21:47:22.850Z | Fresh tokio-util v0.7.11 |
5581 | 2024-08-12T21:47:22.850Z | Fresh async-trait v0.1.81 |
5582 | 2024-08-12T21:47:22.850Z | Fresh httpdate v1.0.3 |
5583 | 2024-08-12T21:47:22.850Z | Fresh base64 v0.21.7 |
5584 | 2024-08-12T21:47:22.850Z | Fresh h2 v0.3.26 |
5585 | 2024-08-12T21:47:22.850Z | Fresh http-body v0.4.6 |
5586 | 2024-08-12T21:47:22.850Z | Fresh futures-executor v0.3.30 |
5587 | 2024-08-12T21:47:22.850Z | Fresh gimli v0.28.1 |
5588 | 2024-08-12T21:47:22.850Z | Fresh foreign-types-shared v0.1.1 |
5589 | 2024-08-12T21:47:22.850Z | Fresh openssl-probe v0.1.5 |
5590 | 2024-08-12T21:47:22.850Z | Fresh foreign-types v0.3.2 |
5591 | 2024-08-12T21:47:22.850Z | Fresh addr2line v0.21.0 |
5592 | 2024-08-12T21:47:22.850Z | Fresh hyper v0.14.30 |
5593 | 2024-08-12T21:47:22.850Z | Fresh openssl-sys v0.9.103 |
5594 | 2024-08-12T21:47:22.850Z | Fresh openssl-macros v0.1.1 |
5595 | 2024-08-12T21:47:22.854Z | Fresh object v0.32.2 |
5596 | 2024-08-12T21:47:22.854Z | Fresh mime v0.3.17 |
5597 | 2024-08-12T21:47:22.854Z | Fresh rustc-demangle v0.1.24 |
5598 | 2024-08-12T21:47:22.854Z | Fresh futures v0.3.30 |
5599 | 2024-08-12T21:47:22.854Z | Fresh heck v0.4.1 |
5600 | 2024-08-12T21:47:22.854Z | Fresh backtrace v0.3.71 |
5601 | 2024-08-12T21:47:22.854Z | Fresh openssl v0.10.66 |
5602 | 2024-08-12T21:47:22.854Z | Fresh ipnet v2.9.0 |
5603 | 2024-08-12T21:47:22.854Z | Fresh winnow v0.5.40 |
5604 | 2024-08-12T21:47:22.854Z | Fresh anyhow v1.0.86 |
5605 | 2024-08-12T21:47:22.854Z | Fresh crossbeam-utils v0.8.19 |
5606 | 2024-08-12T21:47:22.854Z | Fresh toml_edit v0.19.15 |
5607 | 2024-08-12T21:47:22.854Z | Fresh sct v0.7.1 |
5608 | 2024-08-12T21:47:22.854Z | Fresh rustls-webpki v0.101.7 |
5609 | 2024-08-12T21:47:22.854Z | Fresh ucd-trie v0.1.6 |
5610 | 2024-08-12T21:47:22.854Z | Fresh utf8parse v0.2.1 |
5611 | 2024-08-12T21:47:22.854Z | Fresh native-tls v0.2.11 |
5612 | 2024-08-12T21:47:22.854Z | Fresh rustls v0.21.12 |
5613 | 2024-08-12T21:47:22.854Z | Fresh serde_urlencoded v0.7.1 |
5614 | 2024-08-12T21:47:22.854Z | Fresh idna v0.3.0 |
5615 | 2024-08-12T21:47:22.855Z | Fresh encoding_rs v0.8.34 |
5616 | 2024-08-12T21:47:22.855Z | Fresh pest v2.7.10 |
5617 | 2024-08-12T21:47:22.855Z | Fresh psl-types v2.0.11 |
5618 | 2024-08-12T21:47:22.855Z | Fresh tokio-rustls v0.24.1 |
5619 | 2024-08-12T21:47:22.855Z | Fresh cookie v0.17.0 |
5620 | 2024-08-12T21:47:22.855Z | Fresh tokio-native-tls v0.3.1 |
5621 | 2024-08-12T21:47:22.855Z | Fresh scroll_derive v0.12.0 |
5622 | 2024-08-12T21:47:22.855Z | Fresh anstyle v1.0.8 |
5623 | 2024-08-12T21:47:22.855Z | Fresh rustls-pemfile v1.0.4 |
5624 | 2024-08-12T21:47:22.855Z | Fresh publicsuffix v2.2.3 |
5625 | 2024-08-12T21:47:22.855Z | Fresh pest_meta v2.7.10 |
5626 | 2024-08-12T21:47:22.855Z | Fresh hyper-tls v0.5.0 |
5627 | 2024-08-12T21:47:22.855Z | Fresh scroll v0.12.0 |
5628 | 2024-08-12T21:47:22.855Z | Fresh hyper-rustls v0.24.2 |
5629 | 2024-08-12T21:47:22.855Z | Fresh openapiv3 v2.0.0 |
5630 | 2024-08-12T21:47:22.855Z | Fresh sync_wrapper v0.1.2 |
5631 | 2024-08-12T21:47:22.855Z | Fresh base64ct v1.6.0 |
5632 | 2024-08-12T21:47:22.855Z | Fresh cookie_store v0.20.0 |
5633 | 2024-08-12T21:47:22.855Z | Fresh pest_generator v2.7.10 |
5634 | 2024-08-12T21:47:22.855Z | Fresh bitflags v1.3.2 |
5635 | 2024-08-12T21:47:22.855Z | Fresh webpki-roots v0.25.4 |
5636 | 2024-08-12T21:47:22.855Z | Fresh plain v0.2.3 |
5637 | 2024-08-12T21:47:22.855Z | Fresh rustc_version v0.4.0 |
5638 | 2024-08-12T21:47:22.855Z | Fresh pretty-hex v0.4.1 |
5639 | 2024-08-12T21:47:22.855Z | Fresh goblin v0.8.2 |
5640 | 2024-08-12T21:47:22.855Z | Fresh pest_derive v2.7.10 |
5641 | 2024-08-12T21:47:22.855Z | Fresh reqwest v0.11.27 |
5642 | 2024-08-12T21:47:22.855Z | Fresh anstyle-parse v0.2.4 |
5643 | 2024-08-12T21:47:22.855Z | Fresh thread-id v4.2.1 |
5644 | 2024-08-12T21:47:22.855Z | Fresh is_terminal_polyfill v1.70.0 |
5645 | 2024-08-12T21:47:22.855Z | Fresh colorchoice v1.0.1 |
5646 | 2024-08-12T21:47:22.855Z | Fresh dof v0.3.0 |
5647 | 2024-08-12T21:47:22.855Z | Fresh dtrace-parser v0.2.0 |
5648 | 2024-08-12T21:47:22.855Z | Fresh anstyle-query v1.0.3 |
5649 | 2024-08-12T21:47:22.855Z | Fresh data-encoding v2.6.0 |
5650 | 2024-08-12T21:47:22.855Z | Fresh pem-rfc7468 v0.7.0 |
5651 | 2024-08-12T21:47:22.855Z | Fresh terminal_size v0.3.0 |
5652 | 2024-08-12T21:47:22.855Z | Fresh der_derive v0.7.2 |
5653 | 2024-08-12T21:47:22.855Z | Fresh unicode-segmentation v1.11.0 |
5654 | 2024-08-12T21:47:22.856Z | Fresh anstream v0.6.14 |
5655 | 2024-08-12T21:47:22.856Z | Fresh usdt-impl v0.5.0 |
5656 | 2024-08-12T21:47:22.856Z | Fresh bit-vec v0.6.3 |
5657 | 2024-08-12T21:47:22.856Z | Fresh clap_lex v0.7.0 |
5658 | 2024-08-12T21:47:22.856Z | Fresh flagset v0.4.5 |
5659 | 2024-08-12T21:47:22.856Z | Fresh base64 v0.22.1 |
5660 | 2024-08-12T21:47:22.856Z | Fresh clap_derive v4.5.13 |
5661 | 2024-08-12T21:47:22.856Z | Fresh der v0.7.9 |
5662 | 2024-08-12T21:47:22.856Z | Fresh clap_builder v4.5.13 |
5663 | 2024-08-12T21:47:22.856Z | Fresh num-integer v0.1.46 |
5664 | 2024-08-12T21:47:22.856Z | Fresh siphasher v0.3.11 |
5665 | 2024-08-12T21:47:22.856Z | Fresh usdt-attr-macro v0.5.0 |
5666 | 2024-08-12T21:47:22.856Z | Fresh usdt-macro v0.5.0 |
5667 | 2024-08-12T21:47:22.856Z | Fresh crossbeam-epoch v0.9.18 |
5668 | 2024-08-12T21:47:22.856Z | Fresh crc32fast v1.4.0 |
5669 | 2024-08-12T21:47:22.856Z | Fresh clap v4.5.13 |
5670 | 2024-08-12T21:47:22.856Z | Fresh spki v0.7.3 |
5671 | 2024-08-12T21:47:22.856Z | Fresh itertools v0.10.5 |
5672 | 2024-08-12T21:47:22.856Z | Fresh memmap v0.7.0 |
5673 | 2024-08-12T21:47:22.856Z | Fresh stable_deref_trait v1.2.0 |
5674 | 2024-08-12T21:47:22.856Z | Fresh bit-set v0.5.3 |
5675 | 2024-08-12T21:47:22.856Z | Fresh hex v0.4.3 |
5676 | 2024-08-12T21:47:22.856Z | Fresh usdt v0.5.0 |
5677 | 2024-08-12T21:47:22.856Z | Fresh pkcs8 v0.10.2 |
5678 | 2024-08-12T21:47:22.856Z | Fresh toml v0.7.8 |
5679 | 2024-08-12T21:47:22.856Z | Fresh itertools v0.12.1 |
5680 | 2024-08-12T21:47:22.856Z | Fresh zerocopy-derive v0.6.6 |
5681 | 2024-08-12T21:47:22.856Z | Fresh managed v0.8.0 |
5682 | 2024-08-12T21:47:22.856Z | Fresh winnow v0.6.18 |
5683 | 2024-08-12T21:47:22.856Z | Fresh fixedbitset v0.4.2 |
5684 | 2024-08-12T21:47:22.856Z | Fresh zerocopy v0.6.6 |
5685 | 2024-08-12T21:47:22.856Z | Fresh toml_edit v0.22.20 |
5686 | 2024-08-12T21:47:22.856Z | Fresh flate2 v1.0.31 |
5687 | 2024-08-12T21:47:22.856Z | Fresh phf_shared v0.10.0 |
5688 | 2024-08-12T21:47:22.856Z | Fresh sha2 v0.10.8 |
5689 | 2024-08-12T21:47:22.856Z | Fresh new_debug_unreachable v1.0.6 |
5690 | 2024-08-12T21:47:22.856Z | Fresh petgraph v0.6.5 |
5691 | 2024-08-12T21:47:22.856Z | Fresh unicode-xid v0.2.4 |
5692 | 2024-08-12T21:47:22.856Z | Fresh precomputed-hash v0.1.1 |
5693 | 2024-08-12T21:47:22.856Z | Fresh minimal-lexical v0.2.1 |
5694 | 2024-08-12T21:47:22.857Z | Fresh signal-hook v0.3.17 |
5695 | 2024-08-12T21:47:22.860Z | Fresh num-iter v0.1.45 |
5696 | 2024-08-12T21:47:22.860Z | Fresh hmac v0.12.1 |
5697 | 2024-08-12T21:47:22.860Z | Fresh static_assertions v1.1.0 |
5698 | 2024-08-12T21:47:22.860Z | Fresh string_cache v0.8.7 |
5699 | 2024-08-12T21:47:22.860Z | Fresh nom v7.1.3 |
5700 | 2024-08-12T21:47:22.860Z | Fresh matches v0.1.10 |
5701 | 2024-08-12T21:47:22.860Z | Fresh regex-automata v0.1.10 |
5702 | 2024-08-12T21:47:22.860Z | Fresh lalrpop-util v0.19.12 |
5703 | 2024-08-12T21:47:22.860Z | Fresh signal-hook-mio v0.2.3 |
5704 | 2024-08-12T21:47:22.860Z | Fresh enum-as-inner v0.5.1 |
5705 | 2024-08-12T21:47:22.860Z | Fresh idna v0.2.3 |
5706 | 2024-08-12T21:47:22.860Z | Fresh bstr v0.2.17 |
5707 | 2024-08-12T21:47:22.860Z | Fresh block-padding v0.3.3 |
5708 | 2024-08-12T21:47:22.860Z | Fresh hash32 v0.2.1 |
5709 | 2024-08-12T21:47:22.860Z | Fresh finl_unicode v1.2.0 |
5710 | 2024-08-12T21:47:22.860Z | Fresh predicates-core v1.0.6 |
5711 | 2024-08-12T21:47:22.860Z | Fresh heapless v0.7.17 |
5712 | 2024-08-12T21:47:22.860Z | Fresh trust-dns-proto v0.22.0 |
5713 | 2024-08-12T21:47:22.860Z | Fresh inout v0.1.3 |
5714 | 2024-08-12T21:47:22.860Z | Fresh stringprep v0.1.4 |
5715 | 2024-08-12T21:47:22.861Z | Fresh crossterm v0.27.0 |
5716 | 2024-08-12T21:47:22.861Z | Fresh md-5 v0.10.6 |
5717 | 2024-08-12T21:47:22.861Z | Fresh console v0.15.8 |
5718 | 2024-08-12T21:47:22.861Z | Fresh hubpack_derive v0.1.1 |
5719 | 2024-08-12T21:47:22.861Z | Fresh ff v0.13.0 |
5720 | 2024-08-12T21:47:22.861Z | Fresh bstr v1.9.1 |
5721 | 2024-08-12T21:47:22.861Z | Fresh float-cmp v0.9.0 |
5722 | 2024-08-12T21:47:22.861Z | Fresh normalize-line-endings v0.3.0 |
5723 | 2024-08-12T21:47:22.861Z | Fresh fallible-iterator v0.2.0 |
5724 | 2024-08-12T21:47:22.861Z | Fresh difflib v0.4.0 |
5725 | 2024-08-12T21:47:22.861Z | Fresh base16ct v0.2.0 |
5726 | 2024-08-12T21:47:22.861Z | Fresh sec1 v0.7.3 |
5727 | 2024-08-12T21:47:22.861Z | Fresh group v0.13.0 |
5728 | 2024-08-12T21:47:22.861Z | Fresh hubpack v0.1.2 |
5729 | 2024-08-12T21:47:22.861Z | Fresh postgres-protocol v0.6.7 |
5730 | 2024-08-12T21:47:22.861Z | Fresh predicates v3.1.2 |
5731 | 2024-08-12T21:47:22.861Z | Fresh cipher v0.4.4 |
5732 | 2024-08-12T21:47:22.861Z | Fresh smoltcp v0.9.1 |
5733 | 2024-08-12T21:47:22.861Z | Fresh similar v2.5.0 |
5734 | 2024-08-12T21:47:22.861Z | Fresh hkdf v0.12.4 |
5735 | 2024-08-12T21:47:22.861Z | Fresh num-bigint v0.4.5 |
5736 | 2024-08-12T21:47:22.861Z | Fresh phf_shared v0.11.2 |
5737 | 2024-08-12T21:47:22.861Z | Fresh strum_macros v0.25.3 |
5738 | 2024-08-12T21:47:22.861Z | Fresh crypto-bigint v0.5.5 |
5739 | 2024-08-12T21:47:22.861Z | Fresh serde_repr v0.1.19 |
5740 | 2024-08-12T21:47:22.861Z | Fresh peg-runtime v0.8.3 |
5741 | 2024-08-12T21:47:22.861Z | Fresh yasna v0.5.2 |
5742 | 2024-08-12T21:47:22.861Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
5743 | 2024-08-12T21:47:22.861Z | Fresh phf v0.11.2 |
5744 | 2024-08-12T21:47:22.861Z | Fresh elliptic-curve v0.13.8 |
5745 | 2024-08-12T21:47:22.861Z | Fresh postgres-types v0.2.7 |
5746 | 2024-08-12T21:47:22.861Z | Fresh whoami v1.5.1 |
5747 | 2024-08-12T21:47:22.861Z | Fresh tokio-stream v0.1.15 |
5748 | 2024-08-12T21:47:22.861Z | Fresh fs-err v2.11.0 |
5749 | 2024-08-12T21:47:22.861Z | Fresh tokio-postgres v0.7.11 |
5750 | 2024-08-12T21:47:22.861Z | Fresh regress v0.9.1 |
5751 | 2024-08-12T21:47:22.861Z | Fresh getopts v0.2.21 |
5752 | 2024-08-12T21:47:22.861Z | Fresh unsafe-libyaml v0.2.11 |
5753 | 2024-08-12T21:47:22.861Z | Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5754 | 2024-08-12T21:47:22.862Z | Fresh is-terminal v0.4.12 |
5755 | 2024-08-12T21:47:22.862Z | Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
5756 | 2024-08-12T21:47:22.862Z | Fresh serde_yaml v0.9.34+deprecated |
5757 | 2024-08-12T21:47:22.862Z | Fresh dirs-sys-next v0.1.2 |
5758 | 2024-08-12T21:47:22.862Z | Fresh ident_case v1.0.1 |
5759 | 2024-08-12T21:47:22.862Z | Fresh strum_macros v0.26.4 |
5760 | 2024-08-12T21:47:22.862Z | Fresh http v1.1.0 |
5761 | 2024-08-12T21:47:22.862Z | Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
5762 | 2024-08-12T21:47:22.862Z | Fresh camino v1.1.7 |
5763 | 2024-08-12T21:47:22.862Z | Fresh dirs-next v2.0.0 |
5764 | 2024-08-12T21:47:22.862Z | Fresh darling_core v0.20.9 |
5765 | 2024-08-12T21:47:22.862Z | Fresh strum v0.26.3 |
5766 | 2024-08-12T21:47:22.862Z | Fresh sha1 v0.10.6 |
5767 | 2024-08-12T21:47:22.862Z | Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
5768 | 2024-08-12T21:47:22.862Z | Fresh term v0.7.0 |
5769 | 2024-08-12T21:47:22.862Z | Fresh darling_macro v0.20.9 |
5770 | 2024-08-12T21:47:22.862Z | Fresh toml v0.8.19 |
5771 | 2024-08-12T21:47:22.862Z | Fresh crossbeam-channel v0.5.12 |
5772 | 2024-08-12T21:47:22.862Z | Fresh thread_local v1.1.8 |
5773 | 2024-08-12T21:47:22.862Z | Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5774 | 2024-08-12T21:47:22.862Z | Fresh darling v0.20.9 |
5775 | 2024-08-12T21:47:22.862Z | Fresh paste v1.0.15 |
5776 | 2024-08-12T21:47:22.862Z | Fresh rustls-pki-types v1.7.0 |
5777 | 2024-08-12T21:47:22.862Z | Fresh match_cfg v0.1.0 |
5778 | 2024-08-12T21:47:22.862Z | Fresh fastrand v2.1.0 |
5779 | 2024-08-12T21:47:22.862Z | Fresh take_mut v0.2.2 |
5780 | 2024-08-12T21:47:22.862Z | Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5781 | 2024-08-12T21:47:22.862Z | Fresh hostname v0.3.1 |
5782 | 2024-08-12T21:47:22.862Z | Fresh tempfile v3.10.1 |
5783 | 2024-08-12T21:47:22.862Z | Fresh slog-term v2.9.1 |
5784 | 2024-08-12T21:47:22.862Z | Fresh ipnetwork v0.20.0 |
5785 | 2024-08-12T21:47:22.862Z | Fresh rustls-webpki v0.102.4 |
5786 | 2024-08-12T21:47:22.862Z | Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
5787 | 2024-08-12T21:47:22.862Z | Fresh slog-async v2.8.0 |
5788 | 2024-08-12T21:47:22.862Z | Fresh rustls-pemfile v2.1.3 |
5789 | 2024-08-12T21:47:22.862Z | Fresh debug-ignore v1.0.5 |
5790 | 2024-08-12T21:47:22.862Z | Fresh slog-json v2.6.1 |
5791 | 2024-08-12T21:47:22.862Z | Fresh newtype-uuid v1.1.0 |
5792 | 2024-08-12T21:47:22.862Z | Fresh rustls v0.22.4 |
5793 | 2024-08-12T21:47:22.863Z | Fresh async-stream-impl v0.3.5 |
5794 | 2024-08-12T21:47:22.863Z | Fresh instant v0.1.12 |
5795 | 2024-08-12T21:47:22.866Z | Fresh atomic-waker v1.1.2 |
5796 | 2024-08-12T21:47:22.866Z | Fresh slog-bunyan v2.5.0 |
5797 | 2024-08-12T21:47:22.866Z | Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
5798 | 2024-08-12T21:47:22.866Z | Fresh tokio-rustls v0.25.0 |
5799 | 2024-08-12T21:47:22.866Z | Fresh async-stream v0.3.5 |
5800 | 2024-08-12T21:47:22.866Z | Fresh multer v3.1.0 |
5801 | 2024-08-12T21:47:22.866Z | Fresh waitgroup v0.1.2 |
5802 | 2024-08-12T21:47:22.866Z | Fresh serde_path_to_error v0.1.16 |
5803 | 2024-08-12T21:47:22.866Z | Fresh hostname v0.4.0 |
5804 | 2024-08-12T21:47:22.866Z | Fresh serde_with_macros v3.8.3 |
5805 | 2024-08-12T21:47:22.866Z | Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
5806 | 2024-08-12T21:47:22.866Z | Fresh quick-error v1.2.3 |
5807 | 2024-08-12T21:47:22.866Z | Fresh serde_with v3.8.3 |
5808 | 2024-08-12T21:47:22.866Z | Fresh structmeta-derive v0.3.0 |
5809 | 2024-08-12T21:47:22.866Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5810 | 2024-08-12T21:47:22.866Z | Fresh backoff v0.4.0 |
5811 | 2024-08-12T21:47:22.866Z | Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
5812 | 2024-08-12T21:47:22.866Z | Fresh structmeta v0.3.0 |
5813 | 2024-08-12T21:47:22.867Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5814 | 2024-08-12T21:47:22.867Z | Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
5815 | 2024-08-12T21:47:22.867Z | Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5816 | 2024-08-12T21:47:22.867Z | Fresh macaddr v1.0.1 |
5817 | 2024-08-12T21:47:22.867Z | Fresh wait-timeout v0.2.0 |
5818 | 2024-08-12T21:47:22.867Z | Fresh rand_xorshift v0.3.0 |
5819 | 2024-08-12T21:47:22.867Z | Fresh parse-display-derive v0.9.1 |
5820 | 2024-08-12T21:47:22.867Z | Fresh rusty-fork v0.3.0 |
5821 | 2024-08-12T21:47:22.867Z | Fresh structmeta-derive v0.2.0 |
5822 | 2024-08-12T21:47:22.867Z | Fresh unarray v0.1.4 |
5823 | 2024-08-12T21:47:22.867Z | Fresh camino-tempfile v1.1.1 |
5824 | 2024-08-12T21:47:22.867Z | Fresh proc-macro-crate v1.3.1 |
5825 | 2024-08-12T21:47:22.867Z | Fresh parse-display v0.9.1 |
5826 | 2024-08-12T21:47:22.867Z | Fresh structmeta v0.2.0 |
5827 | 2024-08-12T21:47:22.867Z | Fresh proptest v1.5.0 |
5828 | 2024-08-12T21:47:22.867Z | Fresh num_enum_derive v0.5.11 |
5829 | 2024-08-12T21:47:22.867Z | Fresh test-strategy v0.3.1 |
5830 | 2024-08-12T21:47:22.867Z | Fresh proc-macro-error-attr v1.0.4 |
5831 | 2024-08-12T21:47:22.867Z | Fresh num_enum v0.5.11 |
5832 | 2024-08-12T21:47:22.867Z | Fresh foreign-types-macros v0.2.3 |
5833 | 2024-08-12T21:47:22.867Z | Fresh foreign-types-shared v0.3.1 |
5834 | 2024-08-12T21:47:22.867Z | Fresh proc-macro-error v1.0.4 |
5835 | 2024-08-12T21:47:22.867Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5836 | 2024-08-12T21:47:22.867Z | Fresh foreign-types v0.5.0 |
5837 | 2024-08-12T21:47:22.867Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5838 | 2024-08-12T21:47:22.867Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5839 | 2024-08-12T21:47:22.867Z | Fresh cstr-argument v0.1.2 |
5840 | 2024-08-12T21:47:22.867Z | Fresh pretty-hex v0.2.1 |
5841 | 2024-08-12T21:47:22.867Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5842 | 2024-08-12T21:47:22.867Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5843 | 2024-08-12T21:47:22.867Z | Fresh tabwriter v1.4.0 |
5844 | 2024-08-12T21:47:22.867Z | Fresh colored v2.1.0 |
5845 | 2024-08-12T21:47:22.867Z | Fresh socket2 v0.4.10 |
5846 | 2024-08-12T21:47:22.867Z | Fresh smf v0.2.3 |
5847 | 2024-08-12T21:47:22.867Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5848 | 2024-08-12T21:47:22.867Z | Fresh hash32 v0.3.1 |
5849 | 2024-08-12T21:47:22.867Z | Fresh cobs v0.2.3 |
5850 | 2024-08-12T21:47:22.867Z | Fresh embedded-io v0.4.0 |
5851 | 2024-08-12T21:47:22.868Z | Fresh heapless v0.8.0 |
5852 | 2024-08-12T21:47:22.868Z | Fresh postcard v1.0.8 |
5853 | 2024-08-12T21:47:22.868Z | Fresh termtree v0.4.1 |
5854 | 2024-08-12T21:47:22.868Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5855 | 2024-08-12T21:47:22.868Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5856 | 2024-08-12T21:47:22.868Z | Fresh smoltcp v0.11.0 |
5857 | 2024-08-12T21:47:22.868Z | Fresh predicates-tree v1.0.9 |
5858 | 2024-08-12T21:47:22.868Z | Fresh crucible-workspace-hack v0.1.0 |
5859 | 2024-08-12T21:47:22.868Z | Fresh sigpipe v0.1.3 |
5860 | 2024-08-12T21:47:22.868Z | Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
5861 | 2024-08-12T21:47:22.868Z | Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
5862 | 2024-08-12T21:47:22.868Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5863 | 2024-08-12T21:47:22.868Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
5864 | 2024-08-12T21:47:22.868Z | Fresh num-derive v0.4.2 |
5865 | 2024-08-12T21:47:22.868Z | Fresh fragile v2.0.0 |
5866 | 2024-08-12T21:47:22.868Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5867 | 2024-08-12T21:47:22.868Z | Fresh mockall_derive v0.13.0 |
5868 | 2024-08-12T21:47:22.868Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
5869 | 2024-08-12T21:47:22.868Z | Fresh downcast v0.11.0 |
5870 | 2024-08-12T21:47:22.868Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
5871 | 2024-08-12T21:47:22.868Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
5872 | 2024-08-12T21:47:22.868Z | Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
5873 | 2024-08-12T21:47:22.868Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5874 | 2024-08-12T21:47:22.868Z | Fresh mockall v0.13.0 |
5875 | 2024-08-12T21:47:22.868Z | Fresh humantime v2.1.0 |
5876 | 2024-08-12T21:47:22.868Z | Fresh same-file v1.0.6 |
5877 | 2024-08-12T21:47:22.868Z | Fresh xattr v1.3.1 |
5878 | 2024-08-12T21:47:22.868Z | Fresh filetime v0.2.23 |
5879 | 2024-08-12T21:47:22.868Z | Fresh derive-where v1.2.7 |
5880 | 2024-08-12T21:47:22.868Z | Fresh newline-converter v0.3.0 |
5881 | 2024-08-12T21:47:22.868Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
5882 | 2024-08-12T21:47:22.868Z | Fresh walkdir v2.5.0 |
5883 | 2024-08-12T21:47:22.868Z | Fresh tar v0.4.41 |
5884 | 2024-08-12T21:47:22.868Z | Fresh expectorate v1.1.0 |
5885 | 2024-08-12T21:47:22.868Z | Fresh password-hash v0.5.0 |
5886 | 2024-08-12T21:47:22.868Z | Fresh blake2 v0.10.6 |
5887 | 2024-08-12T21:47:22.868Z | Fresh termcolor v1.4.1 |
5888 | 2024-08-12T21:47:22.868Z | Fresh argon2 v0.5.3 |
5889 | 2024-08-12T21:47:22.868Z | Fresh convert_case v0.4.0 |
5890 | 2024-08-12T21:47:22.868Z | Fresh arc-swap v1.7.1 |
5891 | 2024-08-12T21:47:22.869Z | Fresh utf-8 v0.7.6 |
5892 | 2024-08-12T21:47:22.869Z | Fresh derive_more v0.99.18 |
5893 | 2024-08-12T21:47:22.869Z | Fresh slog-scope v4.4.0 |
5894 | 2024-08-12T21:47:22.869Z | Fresh atty v0.2.14 |
5895 | 2024-08-12T21:47:22.872Z | Fresh home v0.5.9 |
5896 | 2024-08-12T21:47:22.872Z | Fresh semver v0.1.20 |
5897 | 2024-08-12T21:47:22.872Z | Fresh slog-stdlog v4.1.1 |
5898 | 2024-08-12T21:47:22.872Z | Fresh rustc_version v0.1.7 |
5899 | 2024-08-12T21:47:22.872Z | Fresh tungstenite v0.21.0 |
5900 | 2024-08-12T21:47:22.872Z | Fresh pem v3.0.4 |
5901 | 2024-08-12T21:47:22.872Z | Fresh env_logger v0.9.3 |
5902 | 2024-08-12T21:47:22.872Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5903 | 2024-08-12T21:47:22.872Z | Fresh slog-envlogger v2.2.0 |
5904 | 2024-08-12T21:47:22.872Z | Fresh tokio-tungstenite v0.21.0 |
5905 | 2024-08-12T21:47:22.872Z | Fresh bitstruct_derive v0.1.0 |
5906 | 2024-08-12T21:47:22.872Z | Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5907 | 2024-08-12T21:47:22.873Z | Fresh ascii v1.1.0 |
5908 | 2024-08-12T21:47:22.873Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5909 | 2024-08-12T21:47:22.873Z | Fresh tungstenite v0.20.1 |
5910 | 2024-08-12T21:47:22.873Z | Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5911 | 2024-08-12T21:47:22.873Z | Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
5912 | 2024-08-12T21:47:22.873Z | Fresh bitstruct v0.1.1 |
5913 | 2024-08-12T21:47:22.873Z | Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5914 | 2024-08-12T21:47:22.873Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5915 | 2024-08-12T21:47:22.873Z | Fresh serde_arrays v0.1.0 |
5916 | 2024-08-12T21:47:22.873Z | Fresh erased-serde v0.3.31 |
5917 | 2024-08-12T21:47:22.873Z | Fresh newtype_derive v0.1.6 |
5918 | 2024-08-12T21:47:22.873Z | Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5919 | 2024-08-12T21:47:22.873Z | Fresh tokio-tungstenite v0.20.1 |
5920 | 2024-08-12T21:47:22.873Z | Fresh heck v0.3.3 |
5921 | 2024-08-12T21:47:22.873Z | Fresh glob v0.3.1 |
5922 | 2024-08-12T21:47:22.873Z | Fresh atomicwrites v0.4.3 |
5923 | 2024-08-12T21:47:22.873Z | Fresh steno v0.4.1 |
5924 | 2024-08-12T21:47:22.873Z | Fresh zone_cfg_derive v0.1.2 |
5925 | 2024-08-12T21:47:22.873Z | Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5926 | 2024-08-12T21:47:22.873Z | Fresh headers-core v0.2.0 |
5927 | 2024-08-12T21:47:22.873Z | Fresh swrite v0.1.0 |
5928 | 2024-08-12T21:47:22.873Z | Fresh base64 v0.13.1 |
5929 | 2024-08-12T21:47:22.873Z | Fresh prettyplease v0.2.20 |
5930 | 2024-08-12T21:47:22.873Z | Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5931 | 2024-08-12T21:47:22.873Z | Fresh zone v0.1.8 |
5932 | 2024-08-12T21:47:22.873Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
5933 | 2024-08-12T21:47:22.873Z | Fresh ron v0.7.1 |
5934 | 2024-08-12T21:47:22.873Z | Fresh headers v0.3.9 |
5935 | 2024-08-12T21:47:22.873Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
5936 | 2024-08-12T21:47:22.873Z | Fresh portpicker v0.1.1 |
5937 | 2024-08-12T21:47:22.873Z | Fresh half v2.4.1 |
5938 | 2024-08-12T21:47:22.873Z | Fresh ciborium-io v0.2.2 |
5939 | 2024-08-12T21:47:22.873Z | Fresh rcgen v0.12.1 |
5940 | 2024-08-12T21:47:22.873Z | Fresh subprocess v0.2.9 |
5941 | 2024-08-12T21:47:22.873Z | Fresh crossbeam-deque v0.8.5 |
5942 | 2024-08-12T21:47:22.873Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
5943 | 2024-08-12T21:47:22.873Z | Fresh ciborium-ll v0.2.2 |
5944 | 2024-08-12T21:47:22.874Z | Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
5945 | 2024-08-12T21:47:22.874Z | Fresh constant_time_eq v0.3.0 |
5946 | 2024-08-12T21:47:22.874Z | Fresh arrayvec v0.7.4 |
5947 | 2024-08-12T21:47:22.874Z | Fresh arrayref v0.3.7 |
5948 | 2024-08-12T21:47:22.874Z | Fresh ciborium v0.2.2 |
5949 | 2024-08-12T21:47:22.874Z | Fresh rayon-core v1.12.1 |
5950 | 2024-08-12T21:47:22.874Z | Fresh num-rational v0.4.2 |
5951 | 2024-08-12T21:47:22.874Z | Fresh num-complex v0.4.6 |
5952 | 2024-08-12T21:47:22.874Z | Fresh libsw v3.3.1 |
5953 | 2024-08-12T21:47:22.874Z | Fresh rayon v1.10.0 |
5954 | 2024-08-12T21:47:22.874Z | Fresh cancel-safe-futures v0.1.5 |
5955 | 2024-08-12T21:47:22.874Z | Fresh num v0.4.3 |
5956 | 2024-08-12T21:47:22.874Z | Fresh linear-map v1.2.0 |
5957 | 2024-08-12T21:47:22.874Z | Fresh owo-colors v4.0.0 |
5958 | 2024-08-12T21:47:22.874Z | Fresh float-ord v0.3.2 |
5959 | 2024-08-12T21:47:22.874Z | Fresh memmap2 v0.9.4 |
5960 | 2024-08-12T21:47:22.874Z | Fresh spin v0.5.2 |
5961 | 2024-08-12T21:47:22.874Z | Fresh linked-hash-map v0.5.6 |
5962 | 2024-08-12T21:47:22.874Z | Fresh untrusted v0.7.1 |
5963 | 2024-08-12T21:47:22.874Z | Fresh display-error-chain v0.2.0 |
5964 | 2024-08-12T21:47:22.874Z | Fresh lru-cache v0.1.2 |
5965 | 2024-08-12T21:47:22.874Z | Fresh ring v0.16.20 |
5966 | 2024-08-12T21:47:22.874Z | Fresh blake3 v1.5.1 |
5967 | 2024-08-12T21:47:22.874Z | Fresh topological-sort v0.2.2 |
5968 | 2024-08-12T21:47:22.874Z | Fresh maplit v1.0.2 |
5969 | 2024-08-12T21:47:22.874Z | Fresh toolchain_find v0.4.0 |
5970 | 2024-08-12T21:47:22.874Z | Fresh omicron-zone-package v0.11.0 |
5971 | 2024-08-12T21:47:22.874Z | Fresh rustfmt-wrapper v0.2.1 |
5972 | 2024-08-12T21:47:22.874Z | Fresh itertools v0.13.0 |
5973 | 2024-08-12T21:47:22.874Z | Fresh tap v1.0.1 |
5974 | 2024-08-12T21:47:22.874Z | Fresh radium v0.7.0 |
5975 | 2024-08-12T21:47:22.874Z | Fresh slog-dtrace v0.3.0 |
5976 | 2024-08-12T21:47:22.874Z | Fresh wyz v0.5.1 |
5977 | 2024-08-12T21:47:22.874Z | Fresh resolv-conf v0.7.0 |
5978 | 2024-08-12T21:47:22.874Z | Fresh bitfield-struct v0.6.1 |
5979 | 2024-08-12T21:47:22.874Z | Fresh crc-catalog v2.4.0 |
5980 | 2024-08-12T21:47:22.874Z | Fresh funty v2.0.0 |
5981 | 2024-08-12T21:47:22.874Z | Fresh trust-dns-resolver v0.22.0 |
5982 | 2024-08-12T21:47:22.874Z | Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5983 | 2024-08-12T21:47:22.874Z | Fresh crc v3.2.1 |
5984 | 2024-08-12T21:47:22.875Z | Fresh bitvec v1.0.1 |
5985 | 2024-08-12T21:47:22.875Z | Fresh libefi-sys v0.1.0 |
5986 | 2024-08-12T21:47:22.875Z | Fresh maybe-uninit v2.0.0 |
5987 | 2024-08-12T21:47:22.875Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5988 | 2024-08-12T21:47:22.875Z | Fresh gethostname v0.5.0 |
5989 | 2024-08-12T21:47:22.875Z | Fresh packed_struct_codegen v0.10.1 |
5990 | 2024-08-12T21:47:22.875Z | Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5991 | 2024-08-12T21:47:22.875Z | Fresh nodrop v0.1.14 |
5992 | 2024-08-12T21:47:22.875Z | Fresh keccak v0.1.5 |
5993 | 2024-08-12T21:47:22.875Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5994 | 2024-08-12T21:47:22.875Z | Fresh array-init v0.0.4 |
5995 | 2024-08-12T21:47:22.878Z | Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
5996 | 2024-08-12T21:47:22.878Z | Fresh sha3 v0.10.8 |
5997 | 2024-08-12T21:47:22.878Z | Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
5998 | 2024-08-12T21:47:22.878Z | Fresh packed_struct v0.10.1 |
5999 | 2024-08-12T21:47:22.878Z | Fresh smallvec v0.6.14 |
6000 | 2024-08-12T21:47:22.879Z | Fresh num-bigint-dig v0.8.4 |
6001 | 2024-08-12T21:47:22.879Z | Fresh bzip2-sys v0.1.11+1.0.8 |
6002 | 2024-08-12T21:47:22.879Z | Fresh pkcs1 v0.7.5 |
6003 | 2024-08-12T21:47:22.879Z | Fresh signature v2.2.0 |
6004 | 2024-08-12T21:47:22.879Z | Fresh secrecy v0.8.0 |
6005 | 2024-08-12T21:47:22.879Z | Fresh bitfield v0.14.0 |
6006 | 2024-08-12T21:47:22.879Z | Fresh hashbrown v0.12.3 |
6007 | 2024-08-12T21:47:22.879Z | Fresh serde-hex v0.1.0 |
6008 | 2024-08-12T21:47:22.879Z | Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
6009 | 2024-08-12T21:47:22.879Z | Fresh indexmap v1.9.3 |
6010 | 2024-08-12T21:47:22.879Z | Fresh bzip2 v0.4.4 |
6011 | 2024-08-12T21:47:22.879Z | Fresh rsa v0.9.6 |
6012 | 2024-08-12T21:47:22.879Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
6013 | 2024-08-12T21:47:22.879Z | Fresh env_logger v0.10.2 |
6014 | 2024-08-12T21:47:22.879Z | Fresh dsl_auto_type v0.1.2 |
6015 | 2024-08-12T21:47:22.879Z | Fresh x509-cert v0.2.5 |
6016 | 2024-08-12T21:47:22.879Z | Fresh ron v0.8.1 |
6017 | 2024-08-12T21:47:22.879Z | Fresh hashbrown v0.13.2 |
6018 | 2024-08-12T21:47:22.879Z | Fresh scheduled-thread-pool v0.2.7 |
6019 | 2024-08-12T21:47:22.879Z | Fresh diesel_table_macro_syntax v0.2.0 |
6020 | 2024-08-12T21:47:22.879Z | Fresh crc-any v2.5.0 |
6021 | 2024-08-12T21:47:22.879Z | Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
6022 | 2024-08-12T21:47:22.879Z | Fresh diesel_derives v2.2.2 |
6023 | 2024-08-12T21:47:22.879Z | Fresh r2d2 v0.8.10 |
6024 | 2024-08-12T21:47:22.879Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
6025 | 2024-08-12T21:47:22.879Z | Fresh object v0.30.4 |
6026 | 2024-08-12T21:47:22.879Z | Fresh zip v0.6.6 |
6027 | 2024-08-12T21:47:22.879Z | Fresh path-slash v0.1.5 |
6028 | 2024-08-12T21:47:22.879Z | Fresh diff v0.1.13 |
6029 | 2024-08-12T21:47:22.879Z | Fresh diesel v2.2.2 |
6030 | 2024-08-12T21:47:22.879Z | Fresh crunchy v0.2.2 |
6031 | 2024-08-12T21:47:22.879Z | Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
6032 | 2024-08-12T21:47:22.879Z | Fresh nibble_vec v0.1.0 |
6033 | 2024-08-12T21:47:22.879Z | Fresh endian-type v0.1.2 |
6034 | 2024-08-12T21:47:22.879Z | Fresh tiny-keccak v2.0.2 |
6035 | 2024-08-12T21:47:22.879Z | Fresh radix_trie v0.2.1 |
6036 | 2024-08-12T21:47:22.879Z | Fresh ascii-canvas v3.0.0 |
6037 | 2024-08-12T21:47:22.879Z | Fresh ref-cast-impl v1.0.23 |
6038 | 2024-08-12T21:47:22.880Z | Fresh async-recursion v1.1.1 |
6039 | 2024-08-12T21:47:22.880Z | Fresh ena v0.14.3 |
6040 | 2024-08-12T21:47:22.880Z | Fresh libloading v0.8.3 |
6041 | 2024-08-12T21:47:22.880Z | Fresh regex-syntax v0.6.29 |
6042 | 2024-08-12T21:47:22.880Z | Fresh lalrpop v0.19.12 |
6043 | 2024-08-12T21:47:22.880Z | Fresh ref-cast v1.0.23 |
6044 | 2024-08-12T21:47:22.880Z | Fresh clang-sys v1.7.0 |
6045 | 2024-08-12T21:47:22.880Z | Fresh which v4.4.2 |
6046 | 2024-08-12T21:47:22.880Z | Fresh cexpr v0.6.0 |
6047 | 2024-08-12T21:47:22.880Z | Fresh universal-hash v0.5.1 |
6048 | 2024-08-12T21:47:22.880Z | Fresh thiserror-impl-no-std v2.0.2 |
6049 | 2024-08-12T21:47:22.880Z | Fresh curve25519-dalek-derive v0.1.1 |
6050 | 2024-08-12T21:47:22.880Z | Fresh fxhash v0.2.1 |
6051 | 2024-08-12T21:47:22.880Z | Fresh rustc-hash v1.1.0 |
6052 | 2024-08-12T21:47:22.880Z | Fresh opaque-debug v0.3.1 |
6053 | 2024-08-12T21:47:22.880Z | Fresh lazycell v1.3.0 |
6054 | 2024-08-12T21:47:22.880Z | Fresh shlex v1.3.0 |
6055 | 2024-08-12T21:47:22.880Z | Fresh thiserror-no-std v2.0.2 |
6056 | 2024-08-12T21:47:22.880Z | Fresh curve25519-dalek v4.1.3 |
6057 | 2024-08-12T21:47:22.880Z | Fresh bindgen v0.69.4 |
6058 | 2024-08-12T21:47:22.880Z | Fresh poly1305 v0.8.0 |
6059 | 2024-08-12T21:47:22.880Z | Fresh derive_builder_core v0.20.0 |
6060 | 2024-08-12T21:47:22.880Z | Fresh chacha20 v0.9.1 |
6061 | 2024-08-12T21:47:22.880Z | Fresh aead v0.5.2 |
6062 | 2024-08-12T21:47:22.880Z | Fresh vsss-rs v3.3.4 |
6063 | 2024-08-12T21:47:22.880Z | Fresh chacha20poly1305 v0.10.1 |
6064 | 2024-08-12T21:47:22.880Z | Fresh derive_builder_macro v0.20.0 |
6065 | 2024-08-12T21:47:22.880Z | Fresh strum_macros v0.24.3 |
6066 | 2024-08-12T21:47:22.880Z | Fresh pin-project-internal v1.1.5 |
6067 | 2024-08-12T21:47:22.880Z | Fresh indoc v1.0.9 |
6068 | 2024-08-12T21:47:22.880Z | Fresh libxml v0.3.3 |
6069 | 2024-08-12T21:47:22.880Z | Fresh derive_builder v0.20.0 |
6070 | 2024-08-12T21:47:22.880Z | Fresh pin-project v1.1.5 |
6071 | 2024-08-12T21:47:22.880Z | Fresh polar-core v0.27.3 |
6072 | 2024-08-12T21:47:22.880Z | Fresh impl-trait-for-tuples v0.2.2 |
6073 | 2024-08-12T21:47:22.880Z | Fresh oso-derive v0.27.3 |
6074 | 2024-08-12T21:47:22.880Z | Fresh quick-xml v0.31.0 |
6075 | 2024-08-12T21:47:22.880Z | Fresh oso v0.27.3 |
6076 | 2024-08-12T21:47:22.880Z | Fresh samael v0.0.15 |
6077 | 2024-08-12T21:47:22.880Z | Fresh cookie v0.18.1 |
6078 | 2024-08-12T21:47:22.881Z | Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
6079 | 2024-08-12T21:47:22.881Z | Fresh parking_lot_core v0.8.6 |
6080 | 2024-08-12T21:47:22.881Z | Fresh buf-list v1.0.3 |
6081 | 2024-08-12T21:47:22.881Z | Fresh const_format_proc_macros v0.2.32 |
6082 | 2024-08-12T21:47:22.881Z | Fresh bb8 v0.8.5 |
6083 | 2024-08-12T21:47:22.881Z | Fresh vte_generate_state_changes v0.1.1 |
6084 | 2024-08-12T21:47:22.881Z | Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
6085 | 2024-08-12T21:47:22.881Z | Fresh vte v0.11.1 |
6086 | 2024-08-12T21:47:22.881Z | Fresh const_format v0.2.32 |
6087 | 2024-08-12T21:47:22.881Z | Fresh unicase v2.7.0 |
6088 | 2024-08-12T21:47:22.881Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
6089 | 2024-08-12T21:47:22.881Z | Fresh parking_lot v0.11.2 |
6090 | 2024-08-12T21:47:22.881Z | Fresh trust-dns-client v0.22.0 |
6091 | 2024-08-12T21:47:22.881Z | Fresh fd-lock v4.0.2 |
6092 | 2024-08-12T21:47:22.881Z | Fresh toml v0.5.11 |
6093 | 2024-08-12T21:47:22.881Z | Fresh cfg_aliases v0.1.1 |
6094 | 2024-08-12T21:47:22.881Z | Fresh strip-ansi-escapes v0.2.0 |
6095 | 2024-08-12T21:47:22.884Z | Fresh sled v0.34.7 |
6096 | 2024-08-12T21:47:22.884Z | Fresh memoffset v0.9.1 |
6097 | 2024-08-12T21:47:22.884Z | Fresh trust-dns-server v0.22.1 |
6098 | 2024-08-12T21:47:22.884Z | Fresh kstat-rs v0.2.4 |
6099 | 2024-08-12T21:47:22.884Z | Fresh nanorand v0.7.0 |
6100 | 2024-08-12T21:47:22.884Z | Fresh nu-ansi-term v0.50.0 |
6101 | 2024-08-12T21:47:22.884Z | Fresh flume v0.11.0 |
6102 | 2024-08-12T21:47:22.885Z | Fresh reedline v0.31.0 |
6103 | 2024-08-12T21:47:22.885Z | Fresh nix v0.27.1 |
6104 | 2024-08-12T21:47:22.885Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
6105 | 2024-08-12T21:47:22.885Z | Fresh snafu-derive v0.8.2 |
6106 | 2024-08-12T21:47:22.885Z | Fresh serde-big-array v0.5.1 |
6107 | 2024-08-12T21:47:22.885Z | Fresh bytecount v0.6.8 |
6108 | 2024-08-12T21:47:22.885Z | Fresh nix v0.28.0 |
6109 | 2024-08-12T21:47:22.885Z | Fresh mime_guess v2.0.4 |
6110 | 2024-08-12T21:47:22.885Z | Fresh snafu v0.8.2 |
6111 | 2024-08-12T21:47:22.885Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
6112 | 2024-08-12T21:47:22.885Z | Fresh papergrid v0.11.0 |
6113 | 2024-08-12T21:47:22.885Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
6114 | 2024-08-12T21:47:22.885Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
6115 | 2024-08-12T21:47:22.885Z | Fresh tabled_derive v0.7.0 |
6116 | 2024-08-12T21:47:22.885Z | Fresh peg-macros v0.8.4 |
6117 | 2024-08-12T21:47:22.885Z | Fresh globset v0.4.14 |
6118 | 2024-08-12T21:47:22.885Z | Fresh signal-hook-tokio v0.3.1 |
6119 | 2024-08-12T21:47:22.885Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
6120 | 2024-08-12T21:47:22.885Z | Fresh olpc-cjson v0.1.3 |
6121 | 2024-08-12T21:47:22.885Z | Fresh serde_plain v1.0.2 |
6122 | 2024-08-12T21:47:22.885Z | Fresh sqlparser_derive v0.2.2 |
6123 | 2024-08-12T21:47:22.885Z | Fresh http-range v0.1.5 |
6124 | 2024-08-12T21:47:22.885Z | Fresh unicode_categories v0.1.1 |
6125 | 2024-08-12T21:47:22.885Z | Fresh typed-path v0.7.1 |
6126 | 2024-08-12T21:47:22.885Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
6127 | 2024-08-12T21:47:22.885Z | Fresh sqlparser v0.45.0 |
6128 | 2024-08-12T21:47:22.885Z | Fresh tough v0.17.1 |
6129 | 2024-08-12T21:47:22.885Z | Fresh hyper-staticfile v0.9.5 |
6130 | 2024-08-12T21:47:22.885Z | Fresh sqlformat v0.2.4 |
6131 | 2024-08-12T21:47:22.885Z | Fresh peg v0.8.4 |
6132 | 2024-08-12T21:47:22.885Z | Fresh tabled v0.15.0 |
6133 | 2024-08-12T21:47:22.885Z | Fresh rustyline v14.0.0 |
6134 | 2024-08-12T21:47:22.885Z | Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
6135 | 2024-08-12T21:47:22.885Z | Fresh bcs v0.1.6 |
6136 | 2024-08-12T21:47:22.885Z | Fresh parse-size v1.0.0 |
6137 | 2024-08-12T21:47:22.885Z | Fresh highway v1.2.0 |
6138 | 2024-08-12T21:47:22.885Z | Fresh rand_seeder v0.3.0 |
6139 | 2024-08-12T21:47:22.885Z | Fresh csv-core v0.1.11 |
6140 | 2024-08-12T21:47:22.885Z | Fresh number_prefix v0.4.0 |
6141 | 2024-08-12T21:47:22.886Z | Fresh is_ci v1.2.0 |
6142 | 2024-08-12T21:47:22.886Z | Fresh csv v1.3.0 |
6143 | 2024-08-12T21:47:22.886Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
6144 | 2024-08-12T21:47:22.886Z | Fresh castaway v0.2.2 |
6145 | 2024-08-12T21:47:22.886Z | Fresh portable-atomic v1.6.0 |
6146 | 2024-08-12T21:47:22.886Z | Fresh supports-color v3.0.0 |
6147 | 2024-08-12T21:47:22.886Z | Fresh compact_str v0.7.1 |
6148 | 2024-08-12T21:47:22.886Z | Fresh unicode-truncate v1.0.0 |
6149 | 2024-08-12T21:47:22.886Z | Fresh indicatif v0.17.8 |
6150 | 2024-08-12T21:47:22.886Z | Fresh lru v0.12.3 |
6151 | 2024-08-12T21:47:22.886Z | Fresh stability v0.2.0 |
6152 | 2024-08-12T21:47:22.886Z | Fresh cassowary v0.3.0 |
6153 | 2024-08-12T21:47:22.886Z | Fresh assert_matches v1.5.0 |
6154 | 2024-08-12T21:47:22.886Z | Fresh ratatui v0.27.0 |
6155 | 2024-08-12T21:47:22.886Z | Fresh rtoolbox v0.0.2 |
6156 | 2024-08-12T21:47:22.886Z | Fresh smawk v0.3.2 |
6157 | 2024-08-12T21:47:22.886Z | Fresh unicode-linebreak v0.1.5 |
6158 | 2024-08-12T21:47:22.886Z | Fresh plotters-backend v0.3.5 |
6159 | 2024-08-12T21:47:22.886Z | Fresh tui-tree-widget v0.21.0 |
6160 | 2024-08-12T21:47:22.886Z | Fresh rpassword v7.3.1 |
6161 | 2024-08-12T21:47:22.886Z | Fresh plotters-svg v0.3.5 |
6162 | 2024-08-12T21:47:22.886Z | Fresh textwrap v0.16.1 |
6163 | 2024-08-12T21:47:22.886Z | Fresh http-body v1.0.0 |
6164 | 2024-08-12T21:47:22.886Z | Fresh cargo-platform v0.1.8 |
6165 | 2024-08-12T21:47:22.886Z | Fresh cast v0.3.0 |
6166 | 2024-08-12T21:47:22.886Z | Fresh shell-words v1.1.0 |
6167 | 2024-08-12T21:47:22.886Z | Fresh tower-layer v0.3.2 |
6168 | 2024-08-12T21:47:22.886Z | Fresh yansi v0.5.1 |
6169 | 2024-08-12T21:47:22.886Z | Fresh hyper v1.3.1 |
6170 | 2024-08-12T21:47:22.886Z | Fresh cargo_metadata v0.18.1 |
6171 | 2024-08-12T21:47:22.886Z | Fresh tower v0.4.13 |
6172 | 2024-08-12T21:47:22.886Z | Fresh pretty_assertions v1.4.0 |
6173 | 2024-08-12T21:47:22.886Z | Fresh criterion-plot v0.5.0 |
6174 | 2024-08-12T21:47:22.886Z | Fresh target-lexicon v0.12.16 |
6175 | 2024-08-12T21:47:22.886Z | Fresh plotters v0.3.5 |
6176 | 2024-08-12T21:47:22.886Z | Fresh tinytemplate v1.2.1 |
6177 | 2024-08-12T21:47:22.886Z | Fresh oorandom v11.1.3 |
6178 | 2024-08-12T21:47:22.886Z | Fresh anes v0.1.6 |
6179 | 2024-08-12T21:47:22.886Z | Fresh cfg-expr v0.16.0 |
6180 | 2024-08-12T21:47:22.887Z | Fresh criterion v0.5.1 |
6181 | 2024-08-12T21:47:22.887Z | Fresh doc-comment v0.3.3 |
6182 | 2024-08-12T21:47:22.887Z | Fresh guppy-workspace-hack v0.1.0 |
6183 | 2024-08-12T21:47:22.887Z | Fresh hyper-util v0.1.3 |
6184 | 2024-08-12T21:47:22.887Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
6185 | 2024-08-12T21:47:22.887Z | Fresh rustls-native-certs v0.7.0 |
6186 | 2024-08-12T21:47:22.887Z | Fresh httptest v0.15.5 |
6187 | 2024-08-12T21:47:22.887Z | Fresh fatfs v0.3.6 |
6188 | 2024-08-12T21:47:22.887Z | Fresh escape8259 v0.5.2 |
6189 | 2024-08-12T21:47:22.887Z | Fresh threadpool v1.8.1 |
6190 | 2024-08-12T21:47:22.887Z | Fresh relative-path v1.9.3 |
6191 | 2024-08-12T21:47:22.887Z | Fresh rstest_macros v0.19.0 |
6192 | 2024-08-12T21:47:22.887Z | Fresh hyper-rustls v0.26.0 |
6193 | 2024-08-12T21:47:22.887Z | Fresh libtest-mimic v0.7.3 |
6194 | 2024-08-12T21:47:22.887Z | Fresh target-spec v3.2.1 |
6195 | 2024-08-12T21:47:22.890Z | Fresh assert_cmd v2.0.15 |
6196 | 2024-08-12T21:47:22.890Z | Fresh blake2b_simd v1.0.2 |
6197 | 2024-08-12T21:47:22.890Z | Fresh pathdiff v0.2.1 |
6198 | 2024-08-12T21:47:22.890Z | Fresh fancy-regex v0.13.0 |
6199 | 2024-08-12T21:47:22.890Z | Fresh uzers v0.11.3 |
6200 | 2024-08-12T21:47:22.890Z | Fresh nested v0.1.1 |
6201 | 2024-08-12T21:47:22.891Z | Fresh futures-timer v3.0.3 |
6202 | 2024-08-12T21:47:22.891Z | Fresh indent_write v2.2.0 |
6203 | 2024-08-12T21:47:22.891Z | Fresh datatest-stable v0.2.9 |
6204 | 2024-08-12T21:47:22.891Z | Fresh rstest v0.19.0 |
6205 | 2024-08-12T21:47:22.891Z | Fresh rust-argon2 v2.1.0 |
6206 | 2024-08-12T21:47:22.891Z | Fresh guppy v0.17.7 |
6207 | 2024-08-12T21:47:22.891Z | Fresh trybuild v1.0.99 |
6208 | 2024-08-12T21:47:22.891Z | Fresh partial-io v0.5.4 |
6209 | 2024-08-12T21:47:22.891Z | Fresh similar-asserts v1.5.0 |
6210 | 2024-08-12T21:47:22.891Z | Fresh rand_distr v0.4.3 |
6211 | 2024-08-12T21:47:22.891Z | Fresh approx v0.5.1 |
6212 | 2024-08-12T21:47:22.891Z | Fresh hex-literal v0.4.1 |
6213 | 2024-08-12T21:47:22.891Z | Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
6214 | 2024-08-12T21:47:22.891Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
6215 | 2024-08-12T21:47:22.891Z | Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
6216 | 2024-08-12T21:47:22.891Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
6217 | 2024-08-12T21:47:22.891Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
6218 | 2024-08-12T21:47:22.891Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
6219 | 2024-08-12T21:47:22.891Z | Fresh oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
6220 | 2024-08-12T21:47:22.891Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
6221 | 2024-08-12T21:47:22.891Z | Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
6222 | 2024-08-12T21:47:22.891Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
6223 | 2024-08-12T21:47:22.891Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
6224 | 2024-08-12T21:47:22.891Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
6225 | 2024-08-12T21:47:22.891Z | Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
6226 | 2024-08-12T21:47:22.891Z | Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
6227 | 2024-08-12T21:47:22.891Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
6228 | 2024-08-12T21:47:22.891Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
6229 | 2024-08-12T21:47:22.891Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
6230 | 2024-08-12T21:47:22.891Z | Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
6231 | 2024-08-12T21:47:22.891Z | Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
6232 | 2024-08-12T21:47:22.891Z | Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
6233 | 2024-08-12T21:47:22.891Z | Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
6234 | 2024-08-12T21:47:22.891Z | Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
6235 | 2024-08-12T21:47:22.891Z | Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
6236 | 2024-08-12T21:47:22.891Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
6237 | 2024-08-12T21:47:22.891Z | Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
6238 | 2024-08-12T21:47:22.891Z | Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
6239 | 2024-08-12T21:47:22.891Z | Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
6240 | 2024-08-12T21:47:22.892Z | Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
6241 | 2024-08-12T21:47:22.892Z | Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
6242 | 2024-08-12T21:47:22.892Z | Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
6243 | 2024-08-12T21:47:22.892Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
6244 | 2024-08-12T21:47:22.892Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
6245 | 2024-08-12T21:47:22.892Z | Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
6246 | 2024-08-12T21:47:22.892Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
6247 | 2024-08-12T21:47:22.892Z | Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
6248 | 2024-08-12T21:47:22.892Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
6249 | 2024-08-12T21:47:22.892Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
6250 | 2024-08-12T21:47:22.892Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
6251 | 2024-08-12T21:47:22.892Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6252 | 2024-08-12T21:47:22.892Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
6253 | 2024-08-12T21:47:22.892Z | Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
6254 | 2024-08-12T21:47:22.892Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
6255 | 2024-08-12T21:47:22.892Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
6256 | 2024-08-12T21:47:22.892Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
6257 | 2024-08-12T21:47:22.892Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
6258 | 2024-08-12T21:47:22.892Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
6259 | 2024-08-12T21:47:22.892Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
6260 | 2024-08-12T21:47:22.892Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
6261 | 2024-08-12T21:47:22.892Z | Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
6262 | 2024-08-12T21:47:22.892Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
6263 | 2024-08-12T21:47:22.892Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
6264 | 2024-08-12T21:47:22.892Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
6265 | 2024-08-12T21:47:22.892Z | Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
6266 | 2024-08-12T21:47:22.892Z | Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
6267 | 2024-08-12T21:47:22.892Z | Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
6268 | 2024-08-12T21:47:22.892Z | Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
6269 | 2024-08-12T21:47:22.892Z | Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
6270 | 2024-08-12T21:47:22.892Z | Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
6271 | 2024-08-12T21:47:22.892Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
6272 | 2024-08-12T21:47:22.892Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
6273 | 2024-08-12T21:47:22.892Z | Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
6274 | 2024-08-12T21:47:22.892Z | Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
6275 | 2024-08-12T21:47:22.892Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
6276 | 2024-08-12T21:47:22.892Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
6277 | 2024-08-12T21:47:22.892Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
6278 | 2024-08-12T21:47:22.892Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
6279 | 2024-08-12T21:47:22.892Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
6280 | 2024-08-12T21:47:22.893Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
6281 | 2024-08-12T21:47:22.893Z | Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
6282 | 2024-08-12T21:47:22.893Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
6283 | 2024-08-12T21:47:22.893Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
6284 | 2024-08-12T21:47:22.893Z | Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
6285 | 2024-08-12T21:47:22.893Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
6286 | 2024-08-12T21:47:22.893Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
6287 | 2024-08-12T21:47:22.893Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
6288 | 2024-08-12T21:47:22.893Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
6289 | 2024-08-12T21:47:22.893Z | Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
6290 | 2024-08-12T21:47:22.893Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
6291 | 2024-08-12T21:47:22.893Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
6292 | 2024-08-12T21:47:22.893Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
6293 | 2024-08-12T21:47:22.893Z | Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
6294 | 2024-08-12T21:47:22.893Z | Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
6295 | 2024-08-12T21:47:22.896Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
6296 | 2024-08-12T21:47:22.896Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
6297 | 2024-08-12T21:47:22.896Z | Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
6298 | 2024-08-12T21:47:22.896Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
6299 | 2024-08-12T21:47:22.896Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
6300 | 2024-08-12T21:47:22.896Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
6301 | 2024-08-12T21:47:22.896Z | Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
6302 | 2024-08-12T21:47:22.896Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
6303 | 2024-08-12T21:47:22.896Z | Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
6304 | 2024-08-12T21:47:22.896Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
6305 | 2024-08-12T21:47:22.896Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1.79s |
6306 | 2024-08-12T21:47:22.948Z | Doc-tests api_identity |
6307 | 2024-08-12T21:47:22.951Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-6d7a028338a7a709.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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` |
6308 | 2024-08-12T21:47:23.189Z | |
6309 | 2024-08-12T21:47:23.189Z | running 0 tests |
6310 | 2024-08-12T21:47:23.189Z | |
6311 | 2024-08-12T21:47:23.189Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6312 | 2024-08-12T21:47:23.189Z | |
6313 | 2024-08-12T21:47:23.198Z | Doc-tests authz_macros |
6314 | 2024-08-12T21:47:23.201Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-898f8d436ec27aff.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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` |
6315 | 2024-08-12T21:47:23.325Z | |
6316 | 2024-08-12T21:47:23.325Z | running 7 tests |
6317 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored |
6318 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored |
6319 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored |
6320 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored |
6321 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored |
6322 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored |
6323 | 2024-08-12T21:47:23.328Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored |
6324 | 2024-08-12T21:47:23.328Z | |
6325 | 2024-08-12T21:47:23.328Z | test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6326 | 2024-08-12T21:47:23.328Z | |
6327 | 2024-08-12T21:47:23.337Z | Doc-tests bootstore |
6328 | 2024-08-12T21:47:23.340Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b090582d142010c1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-38b9986782360d5f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.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` |
6329 | 2024-08-12T21:47:24.068Z | |
6330 | 2024-08-12T21:47:24.068Z | running 0 tests |
6331 | 2024-08-12T21:47:24.068Z | |
6332 | 2024-08-12T21:47:24.068Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6333 | 2024-08-12T21:47:24.068Z | |
6334 | 2024-08-12T21:47:24.094Z | Doc-tests bootstrap_agent_api |
6335 | 2024-08-12T21:47:24.096Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-5a66c1654fbbc179.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6336 | 2024-08-12T21:47:24.428Z | |
6337 | 2024-08-12T21:47:24.428Z | running 2 tests |
6338 | 2024-08-12T21:47:24.431Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored |
6339 | 2024-08-12T21:47:24.431Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored |
6340 | 2024-08-12T21:47:24.431Z | |
6341 | 2024-08-12T21:47:24.431Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6342 | 2024-08-12T21:47:24.431Z | |
6343 | 2024-08-12T21:47:24.449Z | Doc-tests bootstrap_agent_client |
6344 | 2024-08-12T21:47:24.452Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-8487537405a15563.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6345 | 2024-08-12T21:47:25.204Z | |
6346 | 2024-08-12T21:47:25.204Z | running 0 tests |
6347 | 2024-08-12T21:47:25.204Z | |
6348 | 2024-08-12T21:47:25.204Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6349 | 2024-08-12T21:47:25.204Z | |
6350 | 2024-08-12T21:47:25.230Z | Doc-tests cockroach_admin_api |
6351 | 2024-08-12T21:47:25.233Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-fb55cbaffc4279bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbd09eb574b6195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.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-12T21:47:25.429Z | |
6353 | 2024-08-12T21:47:25.429Z | running 2 tests |
6354 | 2024-08-12T21:47:25.432Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored |
6355 | 2024-08-12T21:47:25.432Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored |
6356 | 2024-08-12T21:47:25.432Z | |
6357 | 2024-08-12T21:47:25.432Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6358 | 2024-08-12T21:47:25.432Z | |
6359 | 2024-08-12T21:47:25.444Z | Doc-tests cockroach_admin_client |
6360 | 2024-08-12T21:47:25.446Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6361 | 2024-08-12T21:47:25.704Z | |
6362 | 2024-08-12T21:47:25.704Z | running 0 tests |
6363 | 2024-08-12T21:47:25.704Z | |
6364 | 2024-08-12T21:47:25.704Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6365 | 2024-08-12T21:47:25.704Z | |
6366 | 2024-08-12T21:47:25.720Z | Doc-tests cockroach_admin_types |
6367 | 2024-08-12T21:47:25.723Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbd09eb574b6195.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6368 | 2024-08-12T21:47:25.862Z | |
6369 | 2024-08-12T21:47:25.863Z | running 0 tests |
6370 | 2024-08-12T21:47:25.863Z | |
6371 | 2024-08-12T21:47:25.863Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6372 | 2024-08-12T21:47:25.863Z | |
6373 | 2024-08-12T21:47:25.872Z | Doc-tests db_macros |
6374 | 2024-08-12T21:47:25.875Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-a72eea9645eca773.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-fbb5c6195bddc03b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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` |
6375 | 2024-08-12T21:47:26.118Z | |
6376 | 2024-08-12T21:47:26.118Z | running 3 tests |
6377 | 2024-08-12T21:47:26.121Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored |
6378 | 2024-08-12T21:47:26.121Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored |
6379 | 2024-08-12T21:47:26.121Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored |
6380 | 2024-08-12T21:47:26.121Z | |
6381 | 2024-08-12T21:47:26.121Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6382 | 2024-08-12T21:47:26.121Z | |
6383 | 2024-08-12T21:47:26.133Z | Doc-tests dns_server |
6384 | 2024-08-12T21:47:26.136Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-0617c273d0c6eea4.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-f89e379a88d69758.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6385 | 2024-08-12T21:47:26.474Z | |
6386 | 2024-08-12T21:47:26.474Z | running 0 tests |
6387 | 2024-08-12T21:47:26.474Z | |
6388 | 2024-08-12T21:47:26.474Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6389 | 2024-08-12T21:47:26.474Z | |
6390 | 2024-08-12T21:47:26.493Z | Doc-tests dns_server_api |
6391 | 2024-08-12T21:47:26.496Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6392 | 2024-08-12T21:47:26.697Z | |
6393 | 2024-08-12T21:47:26.697Z | running 2 tests |
6394 | 2024-08-12T21:47:26.700Z | test dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 110) ... ignored |
6395 | 2024-08-12T21:47:26.700Z | test dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 116) ... ignored |
6396 | 2024-08-12T21:47:26.700Z | |
6397 | 2024-08-12T21:47:26.700Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6398 | 2024-08-12T21:47:26.700Z | |
6399 | 2024-08-12T21:47:26.712Z | Doc-tests dns_service_client |
6400 | 2024-08-12T21:47:26.715Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6401 | 2024-08-12T21:47:26.972Z | |
6402 | 2024-08-12T21:47:26.972Z | running 0 tests |
6403 | 2024-08-12T21:47:26.972Z | |
6404 | 2024-08-12T21:47:26.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6405 | 2024-08-12T21:47:26.972Z | |
6406 | 2024-08-12T21:47:26.988Z | Doc-tests dpd_client |
6407 | 2024-08-12T21:47:26.990Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6408 | 2024-08-12T21:47:28.139Z | |
6409 | 2024-08-12T21:47:28.139Z | running 0 tests |
6410 | 2024-08-12T21:47:28.139Z | |
6411 | 2024-08-12T21:47:28.139Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6412 | 2024-08-12T21:47:28.139Z | |
6413 | 2024-08-12T21:47:28.171Z | Doc-tests gateway_api |
6414 | 2024-08-12T21:47:28.174Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-221ba1405102a70d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6415 | 2024-08-12T21:47:28.517Z | |
6416 | 2024-08-12T21:47:28.518Z | running 2 tests |
6417 | 2024-08-12T21:47:28.520Z | test gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored |
6418 | 2024-08-12T21:47:28.520Z | test gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored |
6419 | 2024-08-12T21:47:28.520Z | |
6420 | 2024-08-12T21:47:28.520Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6421 | 2024-08-12T21:47:28.520Z | |
6422 | 2024-08-12T21:47:28.539Z | Doc-tests gateway_client |
6423 | 2024-08-12T21:47:28.542Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6424 | 2024-08-12T21:47:29.475Z | |
6425 | 2024-08-12T21:47:29.475Z | running 0 tests |
6426 | 2024-08-12T21:47:29.475Z | |
6427 | 2024-08-12T21:47:29.475Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6428 | 2024-08-12T21:47:29.475Z | |
6429 | 2024-08-12T21:47:29.501Z | Doc-tests gateway_test_utils |
6430 | 2024-08-12T21:47:29.504Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-f6b822542bc6338e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6431 | 2024-08-12T21:47:29.981Z | |
6432 | 2024-08-12T21:47:29.981Z | running 0 tests |
6433 | 2024-08-12T21:47:29.981Z | |
6434 | 2024-08-12T21:47:29.981Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6435 | 2024-08-12T21:47:29.981Z | |
6436 | 2024-08-12T21:47:30.002Z | Doc-tests gateway_types |
6437 | 2024-08-12T21:47:30.005Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-fc36a1f9a9977bfb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6438 | 2024-08-12T21:47:30.600Z | |
6439 | 2024-08-12T21:47:30.600Z | running 0 tests |
6440 | 2024-08-12T21:47:30.601Z | |
6441 | 2024-08-12T21:47:30.601Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6442 | 2024-08-12T21:47:30.601Z | |
6443 | 2024-08-12T21:47:30.626Z | Doc-tests illumos_utils |
6444 | 2024-08-12T21:47:30.629Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-174f3be22cbb4bb6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-77fbe9dced22b539.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-e40c300ce07fef91.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-5f3721e3c83972f7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-519cef69df032e06.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.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` |
6445 | 2024-08-12T21:47:32.476Z | |
6446 | 2024-08-12T21:47:32.476Z | running 0 tests |
6447 | 2024-08-12T21:47:32.476Z | |
6448 | 2024-08-12T21:47:32.479Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6449 | 2024-08-12T21:47:32.480Z | |
6450 | 2024-08-12T21:47:32.529Z | Doc-tests installinator |
6451 | 2024-08-12T21:47:32.532Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2c1fee0ddc7e52b4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-7d975b40e6eef46c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human` |
6452 | 2024-08-12T21:47:33.283Z | |
6453 | 2024-08-12T21:47:33.283Z | running 0 tests |
6454 | 2024-08-12T21:47:33.283Z | |
6455 | 2024-08-12T21:47:33.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6456 | 2024-08-12T21:47:33.283Z | |
6457 | 2024-08-12T21:47:33.309Z | Doc-tests installinator_api |
6458 | 2024-08-12T21:47:33.312Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6459 | 2024-08-12T21:47:33.584Z | |
6460 | 2024-08-12T21:47:33.584Z | running 2 tests |
6461 | 2024-08-12T21:47:33.587Z | test installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored |
6462 | 2024-08-12T21:47:33.587Z | test installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored |
6463 | 2024-08-12T21:47:33.587Z | |
6464 | 2024-08-12T21:47:33.587Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6465 | 2024-08-12T21:47:33.588Z | |
6466 | 2024-08-12T21:47:33.605Z | Doc-tests installinator_client |
6467 | 2024-08-12T21:47:33.613Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6468 | 2024-08-12T21:47:34.416Z | |
6469 | 2024-08-12T21:47:34.416Z | running 0 tests |
6470 | 2024-08-12T21:47:34.416Z | |
6471 | 2024-08-12T21:47:34.416Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6472 | 2024-08-12T21:47:34.416Z | |
6473 | 2024-08-12T21:47:34.444Z | Doc-tests installinator_common |
6474 | 2024-08-12T21:47:34.446Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6475 | 2024-08-12T21:47:34.814Z | |
6476 | 2024-08-12T21:47:34.814Z | running 0 tests |
6477 | 2024-08-12T21:47:34.814Z | |
6478 | 2024-08-12T21:47:34.814Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6479 | 2024-08-12T21:47:34.814Z | |
6480 | 2024-08-12T21:47:34.836Z | Doc-tests internal_dns |
6481 | 2024-08-12T21:47:34.839Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6482 | 2024-08-12T21:47:35.113Z | |
6483 | 2024-08-12T21:47:35.113Z | running 0 tests |
6484 | 2024-08-12T21:47:35.113Z | |
6485 | 2024-08-12T21:47:35.113Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6486 | 2024-08-12T21:47:35.113Z | |
6487 | 2024-08-12T21:47:35.132Z | Doc-tests ipcc |
6488 | 2024-08-12T21:47:35.135Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-94faf137b493206b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6489 | 2024-08-12T21:47:35.371Z | |
6490 | 2024-08-12T21:47:35.371Z | running 0 tests |
6491 | 2024-08-12T21:47:35.371Z | |
6492 | 2024-08-12T21:47:35.371Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6493 | 2024-08-12T21:47:35.371Z | |
6494 | 2024-08-12T21:47:35.389Z | Doc-tests key_manager |
6495 | 2024-08-12T21:47:35.392Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-5547710810e44ff9.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-a6304f9c79d40bae.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-3213144694803eba.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6496 | 2024-08-12T21:47:35.622Z | |
6497 | 2024-08-12T21:47:35.622Z | running 0 tests |
6498 | 2024-08-12T21:47:35.622Z | |
6499 | 2024-08-12T21:47:35.622Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6500 | 2024-08-12T21:47:35.622Z | |
6501 | 2024-08-12T21:47:35.640Z | Doc-tests nexus_auth |
6502 | 2024-08-12T21:47:35.643Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-898f8d436ec27aff.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c7f104889891d3e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a129d80ebf7ac698.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-93fc807b9ceeba40.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6503 | 2024-08-12T21:47:36.885Z | |
6504 | 2024-08-12T21:47:36.885Z | running 0 tests |
6505 | 2024-08-12T21:47:36.885Z | |
6506 | 2024-08-12T21:47:36.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6507 | 2024-08-12T21:47:36.885Z | |
6508 | 2024-08-12T21:47:36.917Z | Doc-tests nexus_client |
6509 | 2024-08-12T21:47:36.920Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6510 | 2024-08-12T21:47:38.796Z | |
6511 | 2024-08-12T21:47:38.796Z | running 0 tests |
6512 | 2024-08-12T21:47:38.796Z | |
6513 | 2024-08-12T21:47:38.796Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6514 | 2024-08-12T21:47:38.796Z | |
6515 | 2024-08-12T21:47:38.838Z | Doc-tests nexus_config |
6516 | 2024-08-12T21:47:38.840Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6517 | 2024-08-12T21:47:39.329Z | |
6518 | 2024-08-12T21:47:39.329Z | running 0 tests |
6519 | 2024-08-12T21:47:39.329Z | |
6520 | 2024-08-12T21:47:39.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6521 | 2024-08-12T21:47:39.329Z | |
6522 | 2024-08-12T21:47:39.352Z | Doc-tests nexus_db_fixed_data |
6523 | 2024-08-12T21:47:39.355Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-a129d80ebf7ac698.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6524 | 2024-08-12T21:47:39.730Z | |
6525 | 2024-08-12T21:47:39.730Z | running 0 tests |
6526 | 2024-08-12T21:47:39.730Z | |
6527 | 2024-08-12T21:47:39.730Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6528 | 2024-08-12T21:47:39.730Z | |
6529 | 2024-08-12T21:47:39.752Z | Doc-tests nexus_db_model |
6530 | 2024-08-12T21:47:39.755Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a72eea9645eca773.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6531 | 2024-08-12T21:47:51.257Z | |
6532 | 2024-08-12T21:47:51.257Z | running 2 tests |
6533 | 2024-08-12T21:47:53.698Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
6534 | 2024-08-12T21:48:28.811Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
6535 | 2024-08-12T21:48:28.811Z | |
6536 | 2024-08-12T21:48:28.815Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 37.55s |
6537 | 2024-08-12T21:48:28.816Z | |
6538 | 2024-08-12T21:48:28.997Z | Doc-tests nexus_db_queries |
6539 | 2024-08-12T21:48:29.000Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-dd76c86ef13a4430.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-528bd09aa98caeb9.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a72eea9645eca773.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7ff71c7e88c897be.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a129d80ebf7ac698.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-93fc807b9ceeba40.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6540 | 2024-08-12T21:48:31.311Z | |
6541 | 2024-08-12T21:48:31.311Z | running 1 test |
6542 | 2024-08-12T21:48:34.273Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
6543 | 2024-08-12T21:48:34.273Z | |
6544 | 2024-08-12T21:48:34.273Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.96s |
6545 | 2024-08-12T21:48:34.273Z | |
6546 | 2024-08-12T21:48:34.337Z | Doc-tests nexus_defaults |
6547 | 2024-08-12T21:48:34.340Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b50383c77533eb85.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6548 | 2024-08-12T21:48:34.544Z | |
6549 | 2024-08-12T21:48:34.544Z | running 0 tests |
6550 | 2024-08-12T21:48:34.544Z | |
6551 | 2024-08-12T21:48:34.544Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6552 | 2024-08-12T21:48:34.544Z | |
6553 | 2024-08-12T21:48:34.561Z | Doc-tests nexus_internal_api |
6554 | 2024-08-12T21:48:34.563Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-221ba1405102a70d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6555 | 2024-08-12T21:48:34.964Z | |
6556 | 2024-08-12T21:48:34.964Z | running 2 tests |
6557 | 2024-08-12T21:48:34.967Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored |
6558 | 2024-08-12T21:48:34.967Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored |
6559 | 2024-08-12T21:48:34.967Z | |
6560 | 2024-08-12T21:48:34.967Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6561 | 2024-08-12T21:48:34.967Z | |
6562 | 2024-08-12T21:48:34.988Z | Doc-tests nexus_inventory |
6563 | 2024-08-12T21:48:34.990Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6564 | 2024-08-12T21:48:35.318Z | |
6565 | 2024-08-12T21:48:35.318Z | running 0 tests |
6566 | 2024-08-12T21:48:35.318Z | |
6567 | 2024-08-12T21:48:35.318Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6568 | 2024-08-12T21:48:35.319Z | |
6569 | 2024-08-12T21:48:35.340Z | Doc-tests nexus_macros_common |
6570 | 2024-08-12T21:48:35.343Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-d2cf5c1f6c371763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6571 | 2024-08-12T21:48:35.410Z | |
6572 | 2024-08-12T21:48:35.410Z | running 0 tests |
6573 | 2024-08-12T21:48:35.410Z | |
6574 | 2024-08-12T21:48:35.410Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6575 | 2024-08-12T21:48:35.410Z | |
6576 | 2024-08-12T21:48:35.416Z | Doc-tests nexus_metrics_producer_gc |
6577 | 2024-08-12T21:48:35.419Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-662ce10b7fbe22c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6578 | 2024-08-12T21:48:35.801Z | |
6579 | 2024-08-12T21:48:35.801Z | running 0 tests |
6580 | 2024-08-12T21:48:35.801Z | |
6581 | 2024-08-12T21:48:35.801Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6582 | 2024-08-12T21:48:35.801Z | |
6583 | 2024-08-12T21:48:35.827Z | Doc-tests nexus_networking |
6584 | 2024-08-12T21:48:35.830Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-a32e69c3bb020342.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6585 | 2024-08-12T21:48:36.211Z | |
6586 | 2024-08-12T21:48:36.211Z | running 0 tests |
6587 | 2024-08-12T21:48:36.211Z | |
6588 | 2024-08-12T21:48:36.211Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6589 | 2024-08-12T21:48:36.211Z | |
6590 | 2024-08-12T21:48:36.236Z | Doc-tests nexus_reconfigurator_execution |
6591 | 2024-08-12T21:48:36.239Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6592 | 2024-08-12T21:48:36.666Z | |
6593 | 2024-08-12T21:48:36.666Z | running 0 tests |
6594 | 2024-08-12T21:48:36.666Z | |
6595 | 2024-08-12T21:48:36.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6596 | 2024-08-12T21:48:36.666Z | |
6597 | 2024-08-12T21:48:36.692Z | Doc-tests nexus_reconfigurator_planning |
6598 | 2024-08-12T21:48:36.695Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6599 | 2024-08-12T21:48:37.099Z | |
6600 | 2024-08-12T21:48:37.100Z | running 0 tests |
6601 | 2024-08-12T21:48:37.100Z | |
6602 | 2024-08-12T21:48:37.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6603 | 2024-08-12T21:48:37.102Z | |
6604 | 2024-08-12T21:48:37.124Z | Doc-tests nexus_reconfigurator_preparation |
6605 | 2024-08-12T21:48:37.127Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6606 | 2024-08-12T21:48:37.492Z | |
6607 | 2024-08-12T21:48:37.492Z | running 0 tests |
6608 | 2024-08-12T21:48:37.492Z | |
6609 | 2024-08-12T21:48:37.492Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6610 | 2024-08-12T21:48:37.492Z | |
6611 | 2024-08-12T21:48:37.518Z | Doc-tests nexus_saga_recovery |
6612 | 2024-08-12T21:48:37.521Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6613 | 2024-08-12T21:48:37.869Z | |
6614 | 2024-08-12T21:48:37.869Z | running 0 tests |
6615 | 2024-08-12T21:48:37.869Z | |
6616 | 2024-08-12T21:48:37.869Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6617 | 2024-08-12T21:48:37.869Z | |
6618 | 2024-08-12T21:48:37.890Z | Doc-tests nexus_sled_agent_shared |
6619 | 2024-08-12T21:48:37.892Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-8ef17b10e7a26062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6620 | 2024-08-12T21:48:38.241Z | |
6621 | 2024-08-12T21:48:38.241Z | running 0 tests |
6622 | 2024-08-12T21:48:38.241Z | |
6623 | 2024-08-12T21:48:38.241Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6624 | 2024-08-12T21:48:38.241Z | |
6625 | 2024-08-12T21:48:38.262Z | Doc-tests nexus_test_interface |
6626 | 2024-08-12T21:48:38.265Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-5547710810e44ff9.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6627 | 2024-08-12T21:48:38.545Z | |
6628 | 2024-08-12T21:48:38.545Z | running 0 tests |
6629 | 2024-08-12T21:48:38.545Z | |
6630 | 2024-08-12T21:48:38.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6631 | 2024-08-12T21:48:38.545Z | |
6632 | 2024-08-12T21:48:38.565Z | Doc-tests nexus_test_utils |
6633 | 2024-08-12T21:48:38.568Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6634 | 2024-08-12T21:48:39.425Z | |
6635 | 2024-08-12T21:48:39.425Z | running 0 tests |
6636 | 2024-08-12T21:48:39.425Z | |
6637 | 2024-08-12T21:48:39.425Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6638 | 2024-08-12T21:48:39.425Z | |
6639 | 2024-08-12T21:48:39.457Z | Doc-tests nexus_test_utils_macros |
6640 | 2024-08-12T21:48:39.460Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b0cb30efc04b7e89.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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` |
6641 | 2024-08-12T21:48:39.534Z | |
6642 | 2024-08-12T21:48:39.534Z | running 1 test |
6643 | 2024-08-12T21:48:39.536Z | test nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored |
6644 | 2024-08-12T21:48:39.537Z | |
6645 | 2024-08-12T21:48:39.537Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6646 | 2024-08-12T21:48:39.537Z | |
6647 | 2024-08-12T21:48:39.541Z | Doc-tests nexus_types |
6648 | 2024-08-12T21:48:39.544Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-82ec2fb5ad79c326.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6649 | 2024-08-12T21:48:42.049Z | |
6650 | 2024-08-12T21:48:42.049Z | running 0 tests |
6651 | 2024-08-12T21:48:42.049Z | |
6652 | 2024-08-12T21:48:42.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6653 | 2024-08-12T21:48:42.052Z | |
6654 | 2024-08-12T21:48:42.110Z | Doc-tests omicron_certificates |
6655 | 2024-08-12T21:48:42.113Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-c2184d2a5bed7ca0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9869d6c52f6f1440.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6656 | 2024-08-12T21:48:42.368Z | |
6657 | 2024-08-12T21:48:42.368Z | running 0 tests |
6658 | 2024-08-12T21:48:42.368Z | |
6659 | 2024-08-12T21:48:42.368Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6660 | 2024-08-12T21:48:42.368Z | |
6661 | 2024-08-12T21:48:42.385Z | Doc-tests omicron_cockroach_admin |
6662 | 2024-08-12T21:48:42.389Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2fbd09eb574b6195.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-68712621815ea5c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-6b329fe2cca86463.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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` |
6663 | 2024-08-12T21:48:42.675Z | |
6664 | 2024-08-12T21:48:42.675Z | running 0 tests |
6665 | 2024-08-12T21:48:42.675Z | |
6666 | 2024-08-12T21:48:42.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6667 | 2024-08-12T21:48:42.675Z | |
6668 | 2024-08-12T21:48:42.695Z | Doc-tests omicron_common |
6669 | 2024-08-12T21:48:42.698Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-6d7a028338a7a709.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-c03382b439941d16.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-62721e97f9fbbffe.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6670 | 2024-08-12T21:48:44.426Z | |
6671 | 2024-08-12T21:48:44.426Z | running 2 tests |
6672 | 2024-08-12T21:48:44.429Z | test common/src/lib.rs - FileKv (line 59) ... ignored |
6673 | 2024-08-12T21:48:48.940Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok |
6674 | 2024-08-12T21:48:48.940Z | |
6675 | 2024-08-12T21:48:48.940Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.51s |
6676 | 2024-08-12T21:48:48.940Z | |
6677 | 2024-08-12T21:48:48.984Z | Doc-tests omicron_ddm_admin_client |
6678 | 2024-08-12T21:48:48.987Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-5c0004a4f556c049.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-12T21:48:49.239Z | |
6680 | 2024-08-12T21:48:49.239Z | running 0 tests |
6681 | 2024-08-12T21:48:49.239Z | |
6682 | 2024-08-12T21:48:49.240Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6683 | 2024-08-12T21:48:49.240Z | |
6684 | 2024-08-12T21:48:49.258Z | Doc-tests omicron_dev_lib |
6685 | 2024-08-12T21:48:49.261Z | Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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 libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-0770f7cd6fa63425.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.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-12T21:48:49.475Z | |
6687 | 2024-08-12T21:48:49.475Z | running 0 tests |
6688 | 2024-08-12T21:48:49.475Z | |
6689 | 2024-08-12T21:48:49.475Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6690 | 2024-08-12T21:48:49.475Z | |
6691 | 2024-08-12T21:48:49.492Z | Doc-tests omicron_gateway |
6692 | 2024-08-12T21:48:49.494Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-fcd3b29b60057bea.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b8c23dc907c03cf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-12e2dee618c69a45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c5db7628101b1e13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ab7928683858411.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6693 | 2024-08-12T21:48:49.935Z | |
6694 | 2024-08-12T21:48:49.935Z | running 0 tests |
6695 | 2024-08-12T21:48:49.935Z | |
6696 | 2024-08-12T21:48:49.935Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6697 | 2024-08-12T21:48:49.935Z | |
6698 | 2024-08-12T21:48:49.958Z | Doc-tests omicron_nexus |
6699 | 2024-08-12T21:48:49.963Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-662ce10b7fbe22c9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-20f5f9f490938bc3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1cc5448887bc8d1c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-122f46d98cc42840.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2b59fb87d753e014.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-18307e36475dd17f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23ffe210832b20c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-af7e909ad19c23de.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-d209e1553178b909.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-7e8492484afa0cea.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6973d6882f7cea41.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e516f59be7639afc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-b2e84e9ef332fbca.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a8054a2ee8947984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a50d2189bf5dc6c2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6230c30706493a77.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-039d6ad43162ea1c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-152c30e9b86221f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b3ed4a4b865a0d99.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-209a3c5cbccd0bf5.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-b0cb30efc04b7e89.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3a232ab043bcd4fe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-01399f580acf6ce9.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-ecc2b4f83f408c12.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ed727b1d1d52c3b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b97fffe3830b0cc9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-ae72d7e1c1ceab69.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6caed6184bf5d4dd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d97a1778ec336ddd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
6700 | 2024-08-12T21:48:52.876Z | |
6701 | 2024-08-12T21:48:52.876Z | running 5 tests |
6702 | 2024-08-12T21:48:52.879Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored |
6703 | 2024-08-12T21:48:56.787Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 758) ... ok |
6704 | 2024-08-12T21:48:56.790Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 780) ... ok |
6705 | 2024-08-12T21:48:56.793Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 852) ... ok |
6706 | 2024-08-12T21:48:56.798Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 822) ... ok |
6707 | 2024-08-12T21:48:56.798Z | |
6708 | 2024-08-12T21:48:56.801Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.92s |
6709 | 2024-08-12T21:48:56.801Z | |
6710 | 2024-08-12T21:48:56.871Z | Doc-tests omicron_package |
6711 | 2024-08-12T21:48:56.874Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d94f1b404c7d3af6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e484c8a0e76b2513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4df098800f023959.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eabec5495d5a76e2.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6712 | 2024-08-12T21:48:57.131Z | |
6713 | 2024-08-12T21:48:57.131Z | running 0 tests |
6714 | 2024-08-12T21:48:57.131Z | |
6715 | 2024-08-12T21:48:57.131Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6716 | 2024-08-12T21:48:57.131Z | |
6717 | 2024-08-12T21:48:57.144Z | Doc-tests omicron_passwords |
6718 | 2024-08-12T21:48:57.147Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-592da556f59320f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6719 | 2024-08-12T21:48:57.254Z | |
6720 | 2024-08-12T21:48:57.255Z | running 0 tests |
6721 | 2024-08-12T21:48:57.255Z | |
6722 | 2024-08-12T21:48:57.255Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6723 | 2024-08-12T21:48:57.255Z | |
6724 | 2024-08-12T21:48:57.264Z | Doc-tests omicron_rpaths |
6725 | 2024-08-12T21:48:57.267Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-991b36dd2f9109f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6726 | 2024-08-12T21:48:57.334Z | |
6727 | 2024-08-12T21:48:57.334Z | running 0 tests |
6728 | 2024-08-12T21:48:57.334Z | |
6729 | 2024-08-12T21:48:57.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6730 | 2024-08-12T21:48:57.334Z | |
6731 | 2024-08-12T21:48:57.341Z | Doc-tests omicron_sled_agent |
6732 | 2024-08-12T21:48:57.344Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-96d2002e9b03fcd1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fd61af964208c706.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ca2b9d21f682e124.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-5cf1d293e7275c9f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-f1a6a30a3c868d44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b50383c77533eb85.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9f10a637a83f5f24.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-7abca995667d9d1e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b0bef1b6c3351730.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5cb11204924f1c57.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c379b4a2691893b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-8a9435cf6bb267d5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-9ee592add8980bcf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.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` |
6733 | 2024-08-12T21:48:59.554Z | |
6734 | 2024-08-12T21:48:59.554Z | running 0 tests |
6735 | 2024-08-12T21:48:59.554Z | |
6736 | 2024-08-12T21:48:59.554Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6737 | 2024-08-12T21:48:59.554Z | |
6738 | 2024-08-12T21:48:59.612Z | Doc-tests omicron_test_utils |
6739 | 2024-08-12T21:48:59.615Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a535010e0b851a9c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-19b14e3a4f041e54.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-b7c3588575d164c1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-7f7bd0abc5e5f250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-fe7ecabc742f86f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.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` |
6740 | 2024-08-12T21:48:59.918Z | |
6741 | 2024-08-12T21:48:59.918Z | running 0 tests |
6742 | 2024-08-12T21:48:59.918Z | |
6743 | 2024-08-12T21:48:59.918Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6744 | 2024-08-12T21:48:59.918Z | |
6745 | 2024-08-12T21:48:59.937Z | Doc-tests omicron_uuid_kinds |
6746 | 2024-08-12T21:48:59.940Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-82ec2fb5ad79c326.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.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` |
6747 | 2024-08-12T21:49:00.038Z | |
6748 | 2024-08-12T21:49:00.039Z | running 0 tests |
6749 | 2024-08-12T21:49:00.039Z | |
6750 | 2024-08-12T21:49:00.039Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6751 | 2024-08-12T21:49:00.039Z | |
6752 | 2024-08-12T21:49:00.046Z | Doc-tests omicron_workspace_hack |
6753 | 2024-08-12T21:49:00.053Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-a5310778e8190f9a.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b360f7d9393c22fc.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-555b6489c82c47dd.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-2fe3c9c39ada8245.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9da461196dc56fff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84a8bf1043ce72d8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-767c05c3324991c7.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-2e2246a80907230e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-063d0c2469814ada.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-0c0d68b45a904103.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-ad0f084ebe1b7e9d.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-0932cfe286ee3ae0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-06f3d453e5019bde.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e9c0c75a0b28a83e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-e0d08ebeaf39cd00.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-dd42de12cc7fdef5.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-a22f036b58a6873c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-c5aa525684a11cb4.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c66360c6489529f1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4d32815ba64fa28f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-985eb45a24676635.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0bb620c5104812eb.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-96acec4f5ee00844.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f426058cb4968a93.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-97ecab3776e3e09b.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c27d167504671958.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-00cedb049ec16d58.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-083776092ecf3e7b.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4299a72a38a2060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d38a24c7fc456068.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-49b3183e334b0b14.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6754 | 2024-08-12T21:49:00.108Z | |
6755 | 2024-08-12T21:49:00.108Z | running 0 tests |
6756 | 2024-08-12T21:49:00.108Z | |
6757 | 2024-08-12T21:49:00.111Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6758 | 2024-08-12T21:49:00.111Z | |
6759 | 2024-08-12T21:49:00.114Z | Doc-tests openapi_manager |
6760 | 2024-08-12T21:49:00.117Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c674abb4c8f8e20b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5a66c1654fbbc179.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fb55cbaffc4279bc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-04e21571a412107d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-b3c9556c90e3bcfa.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-9ab07bdb52dcbc23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-6744d90de7f526b4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6761 | 2024-08-12T21:49:00.511Z | |
6762 | 2024-08-12T21:49:00.511Z | running 0 tests |
6763 | 2024-08-12T21:49:00.511Z | |
6764 | 2024-08-12T21:49:00.511Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6765 | 2024-08-12T21:49:00.511Z | |
6766 | 2024-08-12T21:49:00.533Z | Doc-tests oxide_client |
6767 | 2024-08-12T21:49:00.536Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-88d53400673a8748.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6768 | 2024-08-12T21:49:05.640Z | |
6769 | 2024-08-12T21:49:05.640Z | running 196 tests |
6770 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
6771 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
6772 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
6773 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
6774 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
6775 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
6776 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
6777 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
6778 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
6779 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored |
6780 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
6781 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
6782 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored |
6783 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
6784 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored |
6785 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
6786 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
6787 | 2024-08-12T21:49:05.644Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
6788 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
6789 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
6790 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored |
6791 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored |
6792 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored |
6793 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored |
6794 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
6795 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
6796 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
6797 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
6798 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
6799 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
6800 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
6801 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
6802 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
6803 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
6804 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
6805 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored |
6806 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored |
6807 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
6808 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
6809 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
6810 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
6811 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
6812 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
6813 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
6814 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
6815 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
6816 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
6817 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
6818 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored |
6819 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
6820 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
6821 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
6822 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
6823 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
6824 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored |
6825 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored |
6826 | 2024-08-12T21:49:05.645Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored |
6827 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
6828 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
6829 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
6830 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
6831 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored |
6832 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored |
6833 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
6834 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
6835 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
6836 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
6837 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
6838 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
6839 | 2024-08-12T21:49:05.646Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
6840 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
6841 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
6842 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
6843 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
6844 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
6845 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
6846 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
6847 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
6848 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
6849 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
6850 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
6851 | 2024-08-12T21:49:05.650Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
6852 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
6853 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
6854 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
6855 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
6856 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
6857 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
6858 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
6859 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
6860 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
6861 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
6862 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
6863 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored |
6864 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
6865 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored |
6866 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
6867 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
6868 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
6869 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
6870 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
6871 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
6872 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
6873 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored |
6874 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
6875 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
6876 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
6877 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored |
6878 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
6879 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
6880 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
6881 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored |
6882 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
6883 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
6884 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored |
6885 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
6886 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
6887 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
6888 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored |
6889 | 2024-08-12T21:49:05.651Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored |
6890 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored |
6891 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored |
6892 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
6893 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored |
6894 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
6895 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
6896 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
6897 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
6898 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
6899 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored |
6900 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored |
6901 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored |
6902 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored |
6903 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored |
6904 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
6905 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
6906 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored |
6907 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
6908 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
6909 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
6910 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
6911 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored |
6912 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
6913 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
6914 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
6915 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
6916 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
6917 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
6918 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
6919 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
6920 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
6921 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
6922 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
6923 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
6924 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
6925 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
6926 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
6927 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
6928 | 2024-08-12T21:49:05.652Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored |
6929 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
6930 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
6931 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
6932 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
6933 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
6934 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
6935 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
6936 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
6937 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
6938 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
6939 | 2024-08-12T21:49:05.653Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
6940 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
6941 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
6942 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
6943 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
6944 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
6945 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored |
6946 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
6947 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
6948 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored |
6949 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored |
6950 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored |
6951 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored |
6952 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored |
6953 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored |
6954 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored |
6955 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored |
6956 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored |
6957 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored |
6958 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
6959 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
6960 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
6961 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
6962 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
6963 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
6964 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
6965 | 2024-08-12T21:49:05.656Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
6966 | 2024-08-12T21:49:05.656Z | |
6967 | 2024-08-12T21:49:05.657Z | test result: ok. 0 passed; 0 failed; 196 ignored; 0 measured; 0 filtered out; finished in 0.01s |
6968 | 2024-08-12T21:49:05.657Z | |
6969 | 2024-08-12T21:49:05.731Z | Doc-tests oximeter |
6970 | 2024-08-12T21:49:05.734Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a08f96903063ec65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bb538db97c5f4a3b.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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-12T21:49:05.971Z | |
6972 | 2024-08-12T21:49:05.971Z | running 2 tests |
6973 | 2024-08-12T21:49:05.973Z | test oximeter/oximeter/src/lib.rs - (line 111) ... ignored |
6974 | 2024-08-12T21:49:07.103Z | test oximeter/oximeter/src/lib.rs - (line 118) ... ok |
6975 | 2024-08-12T21:49:07.103Z | |
6976 | 2024-08-12T21:49:07.103Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.13s |
6977 | 2024-08-12T21:49:07.103Z | |
6978 | 2024-08-12T21:49:07.126Z | Doc-tests oximeter_api |
6979 | 2024-08-12T21:49:07.129Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6980 | 2024-08-12T21:49:07.368Z | |
6981 | 2024-08-12T21:49:07.369Z | running 2 tests |
6982 | 2024-08-12T21:49:07.372Z | test oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored |
6983 | 2024-08-12T21:49:07.372Z | test oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored |
6984 | 2024-08-12T21:49:07.372Z | |
6985 | 2024-08-12T21:49:07.372Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6986 | 2024-08-12T21:49:07.372Z | |
6987 | 2024-08-12T21:49:07.387Z | Doc-tests oximeter_client |
6988 | 2024-08-12T21:49:07.390Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6989 | 2024-08-12T21:49:07.691Z | |
6990 | 2024-08-12T21:49:07.692Z | running 0 tests |
6991 | 2024-08-12T21:49:07.692Z | |
6992 | 2024-08-12T21:49:07.692Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6993 | 2024-08-12T21:49:07.692Z | |
6994 | 2024-08-12T21:49:07.711Z | Doc-tests oximeter_collector |
6995 | 2024-08-12T21:49:07.714Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-afb2b9eaa39048aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b36bb1f3ed70fd91.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-253eae9139e3d4cc.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-c54b5175f542e4d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
6996 | 2024-08-12T21:49:08.195Z | |
6997 | 2024-08-12T21:49:08.195Z | running 0 tests |
6998 | 2024-08-12T21:49:08.195Z | |
6999 | 2024-08-12T21:49:08.195Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7000 | 2024-08-12T21:49:08.195Z | |
7001 | 2024-08-12T21:49:08.224Z | Doc-tests oximeter_db |
7002 | 2024-08-12T21:49:08.227Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-7e74908f8c70ed7e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-89bf38a2196dc6c8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-4cf1e62ff5571d7a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-b33daee9b7f094dc.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-903b190b05d135ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-cf4c50de63ba6c44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aa8b113d2a300271.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
7003 | 2024-08-12T21:49:09.569Z | |
7004 | 2024-08-12T21:49:09.569Z | running 1 test |
7005 | 2024-08-12T21:49:09.572Z | test oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored |
7006 | 2024-08-12T21:49:09.572Z | |
7007 | 2024-08-12T21:49:09.572Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7008 | 2024-08-12T21:49:09.572Z | |
7009 | 2024-08-12T21:49:09.613Z | Doc-tests oximeter_impl |
7010 | 2024-08-12T21:49:09.616Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-85abcc8d8a2dd8a9.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a08f96903063ec65.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ca17eaf7c3fa6651.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-93c740329f33c467.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ec6f77fa62f939ce.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-4388d0c988dcb1de.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c88a6ffe52312b88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7011 | 2024-08-12T21:49:10.311Z | |
7012 | 2024-08-12T21:49:10.311Z | running 11 tests |
7013 | 2024-08-12T21:49:10.708Z | test oximeter/impl/src/traits.rs - traits::Metric (line 187) - compile fail ... ok |
7014 | 2024-08-12T21:49:17.699Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok |
7015 | 2024-08-12T21:49:17.820Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok |
7016 | 2024-08-12T21:49:17.951Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::append (line 245) ... ok |
7017 | 2024-08-12T21:49:17.983Z | test oximeter/impl/src/traits.rs - traits::Metric (line 162) ... ok |
7018 | 2024-08-12T21:49:18.037Z | test oximeter/impl/src/quantile.rs - quantile::Quantile::new (line 80) ... ok |
7019 | 2024-08-12T21:49:18.112Z | test oximeter/impl/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok |
7020 | 2024-08-12T21:49:18.358Z | test oximeter/impl/src/traits.rs - traits::Target (line 77) - compile fail ... ok |
7021 | 2024-08-12T21:49:18.382Z | test oximeter/impl/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok |
7022 | 2024-08-12T21:49:20.901Z | test oximeter/impl/src/traits.rs - traits::Producer (line 366) ... ok |
7023 | 2024-08-12T21:49:22.411Z | test oximeter/impl/src/traits.rs - traits::Target (line 47) ... ok |
7024 | 2024-08-12T21:49:22.411Z | |
7025 | 2024-08-12T21:49:22.414Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.10s |
7026 | 2024-08-12T21:49:22.414Z | |
7027 | 2024-08-12T21:49:22.444Z | Doc-tests oximeter_instruments |
7028 | 2024-08-12T21:49:22.447Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f7ab64d30cf2d03e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-85031c8c56600bb3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
7029 | 2024-08-12T21:49:22.833Z | |
7030 | 2024-08-12T21:49:22.833Z | running 0 tests |
7031 | 2024-08-12T21:49:22.833Z | |
7032 | 2024-08-12T21:49:22.833Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7033 | 2024-08-12T21:49:22.833Z | |
7034 | 2024-08-12T21:49:22.857Z | Doc-tests oximeter_macro_impl |
7035 | 2024-08-12T21:49:22.860Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-68fc8bbd292bded0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-84047d05b942aa1f.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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` |
7036 | 2024-08-12T21:49:22.944Z | |
7037 | 2024-08-12T21:49:22.944Z | running 0 tests |
7038 | 2024-08-12T21:49:22.944Z | |
7039 | 2024-08-12T21:49:22.944Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7040 | 2024-08-12T21:49:22.944Z | |
7041 | 2024-08-12T21:49:22.952Z | Doc-tests oximeter_producer |
7042 | 2024-08-12T21:49:22.955Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-91184657540ad908.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2f924ebfda82b9b7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2ffbff423d694586.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7043 | 2024-08-12T21:49:23.312Z | |
7044 | 2024-08-12T21:49:23.313Z | running 0 tests |
7045 | 2024-08-12T21:49:23.313Z | |
7046 | 2024-08-12T21:49:23.313Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7047 | 2024-08-12T21:49:23.313Z | |
7048 | 2024-08-12T21:49:23.339Z | Doc-tests oximeter_timeseries_macro |
7049 | 2024-08-12T21:49:23.342Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-68fc8bbd292bded0.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-a600d3387358bb54.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-bb538db97c5f4a3b.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0188594352aec504.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` |
7050 | 2024-08-12T21:49:23.569Z | |
7051 | 2024-08-12T21:49:23.569Z | running 0 tests |
7052 | 2024-08-12T21:49:23.569Z | |
7053 | 2024-08-12T21:49:23.569Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7054 | 2024-08-12T21:49:23.569Z | |
7055 | 2024-08-12T21:49:23.586Z | Doc-tests oxlog |
7056 | 2024-08-12T21:49:23.589Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-519cef69df032e06.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7057 | 2024-08-12T21:49:23.669Z | |
7058 | 2024-08-12T21:49:23.669Z | running 0 tests |
7059 | 2024-08-12T21:49:23.669Z | |
7060 | 2024-08-12T21:49:23.669Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7061 | 2024-08-12T21:49:23.669Z | |
7062 | 2024-08-12T21:49:23.676Z | Doc-tests sled_agent_client |
7063 | 2024-08-12T21:49:23.679Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c78eb120544f6962.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7064 | 2024-08-12T21:49:25.315Z | |
7065 | 2024-08-12T21:49:25.315Z | running 0 tests |
7066 | 2024-08-12T21:49:25.315Z | |
7067 | 2024-08-12T21:49:25.315Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7068 | 2024-08-12T21:49:25.315Z | |
7069 | 2024-08-12T21:49:25.354Z | Doc-tests sled_agent_types |
7070 | 2024-08-12T21:49:25.357Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a3468ff8fb5d06a1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-8ef17b10e7a26062.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c0d24244c77ad9c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-982ee3048563063d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7071 | 2024-08-12T21:49:25.805Z | |
7072 | 2024-08-12T21:49:25.805Z | running 0 tests |
7073 | 2024-08-12T21:49:25.805Z | |
7074 | 2024-08-12T21:49:25.805Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7075 | 2024-08-12T21:49:25.805Z | |
7076 | 2024-08-12T21:49:25.829Z | Doc-tests sled_hardware |
7077 | 2024-08-12T21:49:25.832Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-eaa52640ecce45b2.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-cabee999dc4fa254.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b8bc5c84a44b94db.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-64f18d5f9e6af8f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6b1c5a41eed25ea1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-4f6863bd7ef4a1f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7078 | 2024-08-12T21:49:26.190Z | |
7079 | 2024-08-12T21:49:26.190Z | running 0 tests |
7080 | 2024-08-12T21:49:26.190Z | |
7081 | 2024-08-12T21:49:26.190Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7082 | 2024-08-12T21:49:26.191Z | |
7083 | 2024-08-12T21:49:26.213Z | Doc-tests sled_hardware_types |
7084 | 2024-08-12T21:49:26.216Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-e101c51b7c95d47a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-9cf62b5a6d3386e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7085 | 2024-08-12T21:49:26.479Z | |
7086 | 2024-08-12T21:49:26.479Z | running 0 tests |
7087 | 2024-08-12T21:49:26.479Z | |
7088 | 2024-08-12T21:49:26.479Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7089 | 2024-08-12T21:49:26.479Z | |
7090 | 2024-08-12T21:49:26.499Z | Doc-tests sled_storage |
7091 | 2024-08-12T21:49:26.502Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-ac5ac3f4604c12fa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-84b91a2cb3590668.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-bc8261d253565ddb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-3083bc1db2ab9355.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.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` |
7092 | 2024-08-12T21:49:26.935Z | |
7093 | 2024-08-12T21:49:26.935Z | running 0 tests |
7094 | 2024-08-12T21:49:26.935Z | |
7095 | 2024-08-12T21:49:26.938Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7096 | 2024-08-12T21:49:26.938Z | |
7097 | 2024-08-12T21:49:26.960Z | Doc-tests sp_sim |
7098 | 2024-08-12T21:49:26.963Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-69b912b74920afe7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fc7279da607f60bd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7099 | 2024-08-12T21:49:27.391Z | |
7100 | 2024-08-12T21:49:27.391Z | running 0 tests |
7101 | 2024-08-12T21:49:27.391Z | |
7102 | 2024-08-12T21:49:27.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7103 | 2024-08-12T21:49:27.391Z | |
7104 | 2024-08-12T21:49:27.415Z | Doc-tests tufaceous |
7105 | 2024-08-12T21:49:27.419Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ad51ed7ec7180bfb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d7e350f6f97efb97.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7106 | 2024-08-12T21:49:27.708Z | |
7107 | 2024-08-12T21:49:27.708Z | running 0 tests |
7108 | 2024-08-12T21:49:27.708Z | |
7109 | 2024-08-12T21:49:27.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7110 | 2024-08-12T21:49:27.708Z | |
7111 | 2024-08-12T21:49:27.728Z | Doc-tests tufaceous_lib |
7112 | 2024-08-12T21:49:27.731Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b61923086b86499a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8086f8fc0bd87f1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-975cc7c3b136a6d5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7113 | 2024-08-12T21:49:28.145Z | |
7114 | 2024-08-12T21:49:28.145Z | running 0 tests |
7115 | 2024-08-12T21:49:28.145Z | |
7116 | 2024-08-12T21:49:28.145Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7117 | 2024-08-12T21:49:28.145Z | |
7118 | 2024-08-12T21:49:28.169Z | Doc-tests typed_rng |
7119 | 2024-08-12T21:49:28.172Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-82ec2fb5ad79c326.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-e2f1419aa81eff5f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3e13c36bb787bfaa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7120 | 2024-08-12T21:49:28.248Z | |
7121 | 2024-08-12T21:49:28.248Z | running 0 tests |
7122 | 2024-08-12T21:49:28.248Z | |
7123 | 2024-08-12T21:49:28.248Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7124 | 2024-08-12T21:49:28.248Z | |
7125 | 2024-08-12T21:49:28.256Z | Doc-tests update_common |
7126 | 2024-08-12T21:49:28.258Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-293757568803e346.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7127 | 2024-08-12T21:49:28.558Z | |
7128 | 2024-08-12T21:49:28.558Z | running 0 tests |
7129 | 2024-08-12T21:49:28.558Z | |
7130 | 2024-08-12T21:49:28.558Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7131 | 2024-08-12T21:49:28.558Z | |
7132 | 2024-08-12T21:49:28.579Z | Doc-tests update_engine |
7133 | 2024-08-12T21:49:28.582Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b06263df364b36f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-234944ead28eb272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4df772a7e1051b5a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9b45289e13f34c85.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-743725e69b9b1f9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7134 | 2024-08-12T21:49:29.045Z | |
7135 | 2024-08-12T21:49:29.045Z | running 3 tests |
7136 | 2024-08-12T21:49:29.048Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
7137 | 2024-08-12T21:49:29.048Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
7138 | 2024-08-12T21:49:29.048Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
7139 | 2024-08-12T21:49:29.048Z | |
7140 | 2024-08-12T21:49:29.048Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7141 | 2024-08-12T21:49:29.048Z | |
7142 | 2024-08-12T21:49:29.064Z | Doc-tests wicket |
7143 | 2024-08-12T21:49:29.067Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a4d67dbc11b2858b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e9de332ec394b033.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-5bea64bc73e44852.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a7cb7f241a92a87b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-26e6c6a67989667e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-45c0e0e78f13fae3.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-933f9392f329b199.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-fe54c6e20c355e92.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7144 | 2024-08-12T21:49:29.983Z | |
7145 | 2024-08-12T21:49:29.983Z | running 0 tests |
7146 | 2024-08-12T21:49:29.983Z | |
7147 | 2024-08-12T21:49:29.983Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7148 | 2024-08-12T21:49:29.983Z | |
7149 | 2024-08-12T21:49:30.015Z | Doc-tests wicket_common |
7150 | 2024-08-12T21:49:30.018Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7151 | 2024-08-12T21:49:30.578Z | |
7152 | 2024-08-12T21:49:30.578Z | running 0 tests |
7153 | 2024-08-12T21:49:30.578Z | |
7154 | 2024-08-12T21:49:30.578Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7155 | 2024-08-12T21:49:30.578Z | |
7156 | 2024-08-12T21:49:30.604Z | Doc-tests wicket_dbg |
7157 | 2024-08-12T21:49:30.607Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-afd428b65d2a83ac.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-286982ea3a43e068.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-bcc0225e784eba2a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-c284ac2c9c9fbc6d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-26e353e1f08f8ca9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7158 | 2024-08-12T21:49:30.970Z | |
7159 | 2024-08-12T21:49:30.970Z | running 0 tests |
7160 | 2024-08-12T21:49:30.970Z | |
7161 | 2024-08-12T21:49:30.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7162 | 2024-08-12T21:49:30.970Z | |
7163 | 2024-08-12T21:49:30.992Z | Doc-tests wicketd |
7164 | 2024-08-12T21:49:30.995Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5547710810e44ff9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-8487537405a15563.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8cfc6ff965e112ba.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-77180ecea8364755.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-73dc7b9b67793f6b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-044426f9b852c736.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-390ddc84ccf1ed72.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-fc36a1f9a9977bfb.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-704e33f3a1a532c3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-cc6b2a3dd9dcdc29.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-98c0ff5d1f9ce12e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b12b75973fc69083.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-7d2295e98a416c15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2c1fee0ddc7e52b4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e1eb7064bda9000e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-8c97c258a811be1b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-4d15a128fa2c4a04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-08e70af831700d9e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2b9ceadde4431c83.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-1762c74b866d646a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ddcdfb144e4e45e0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-4b65a55a4f21cc04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9777af1013745671.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-309c3d3bca908d45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-28caaade9f2c72a9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-6f4ea60ddd300e5b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a703d29ebe1ba291.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b52b1f20071a0a0f.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-42a813a1e29907a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-27db5e87ed111b51.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-f667c93ce45ee977.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d5c20e1845fb6291.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-7fb78f37f112a7bc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2cfa30d56af666ca.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7165 | 2024-08-12T21:49:31.599Z | |
7166 | 2024-08-12T21:49:31.599Z | running 0 tests |
7167 | 2024-08-12T21:49:31.599Z | |
7168 | 2024-08-12T21:49:31.599Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7169 | 2024-08-12T21:49:31.599Z | |
7170 | 2024-08-12T21:49:31.629Z | Doc-tests wicketd_api |
7171 | 2024-08-12T21:49:31.631Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-8487537405a15563.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-85a12a1076a94c87.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-430fad2de131fa67.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-37bbad9e4b6a7929.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7172 | 2024-08-12T21:49:32.029Z | |
7173 | 2024-08-12T21:49:32.029Z | running 2 tests |
7174 | 2024-08-12T21:49:32.032Z | test wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored |
7175 | 2024-08-12T21:49:32.032Z | test wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored |
7176 | 2024-08-12T21:49:32.032Z | |
7177 | 2024-08-12T21:49:32.032Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7178 | 2024-08-12T21:49:32.032Z | |
7179 | 2024-08-12T21:49:32.053Z | Doc-tests wicketd_client |
7180 | 2024-08-12T21:49:32.056Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-293757568803e346.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-79a4aafc8753d09c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-5a0caf74de2348ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5dde8cf5810e00a9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cb70ae6fc462a83e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3509d175578bf5c2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-22ef41cdd9d4b24b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-951f8f72a4515548.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0884eddc47f7c147.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fa4b8091b9e5c83.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-858d2c4557069348.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7181 | 2024-08-12T21:49:33.568Z | |
7182 | 2024-08-12T21:49:33.568Z | running 0 tests |
7183 | 2024-08-12T21:49:33.568Z | |
7184 | 2024-08-12T21:49:33.568Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7185 | 2024-08-12T21:49:33.568Z | |
7186 | 2024-08-12T21:49:33.605Z | Doc-tests xtask_downloader |
7187 | 2024-08-12T21:49:33.608Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-a32e69c3bb020342.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ec5bf655ce67d89c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-68c21280888abba0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-056149fbbbf0e30f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-84a6496025f16148.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-25de6b932519ea52.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7188 | 2024-08-12T21:49:33.777Z | |
7189 | 2024-08-12T21:49:33.777Z | running 1 test |
7190 | 2024-08-12T21:49:33.780Z | test dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored |
7191 | 2024-08-12T21:49:33.780Z | |
7192 | 2024-08-12T21:49:33.780Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7193 | 2024-08-12T21:49:33.780Z | |
7194 | 2024-08-12T21:49:33.790Z | Doc-tests zone_setup |
7195 | 2024-08-12T21:49:33.793Z | Running `/home/build/.rustup/toolchains/1.80.1-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-ade434d7f472112d/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-962af3b3f7fb4853/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d90b72607662627/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-85296a35898580e7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0224ad86eeddf0ff/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-b360f7d9393c22fc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-f6b822542bc6338e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-fa09169dd1be9910.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-221ba1405102a70d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e101c51b7c95d47a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-506be46cb643661f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c6dc1ac92cdb7e80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-68fc8bbd292bded0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-8c7e485ec2ad2d27.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-3f1221c35a75cbcd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-142c72f48996cc67.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-5efe824964e20df3.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a42d0265e6a6a8e0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-5505183d7a87ab3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` |
7196 | 2024-08-12T21:49:34.036Z | |
7197 | 2024-08-12T21:49:34.036Z | running 0 tests |
7198 | 2024-08-12T21:49:34.036Z | |
7199 | 2024-08-12T21:49:34.036Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
7200 | 2024-08-12T21:49:34.036Z | |
7201 | 2024-08-12T21:49:34.119Z | |
7202 | 2024-08-12T21:49:34.122Z | real 2:13.082025150 |
7203 | 2024-08-12T21:49:34.122Z | user 2:18.024113775 |
7204 | 2024-08-12T21:49:34.122Z | sys 47.320760483 |
7205 | 2024-08-12T21:49:34.122Z | trap 0.025823863 |
7206 | 2024-08-12T21:49:34.122Z | tflt 1.017339365 |
7207 | 2024-08-12T21:49:34.122Z | dflt 7.080136104 |
7208 | 2024-08-12T21:49:34.122Z | kflt 0.019165130 |
7209 | 2024-08-12T21:49:34.122Z | lock 3:02.035949244 |
7210 | 2024-08-12T21:49:34.122Z | slp 15:27.118944215 |
7211 | 2024-08-12T21:49:34.122Z | lat 3.311516373 |
7212 | 2024-08-12T21:49:34.122Z | stop 7.597220954 |
7213 | 2024-08-12T21:49:34.122Z | + rm -rf /var/tmp/omicron_tmp/crdb-base-build |
7214 | 2024-08-12T21:49:34.125Z | + unset TMPDIR |
7215 | 2024-08-12T21:49:34.125Z | + echo 'files in /var/tmp/omicron_tmp (none expected on success):' |
7216 | 2024-08-12T21:49:34.125Z | files in /var/tmp/omicron_tmp (none expected on success): |
7217 | 2024-08-12T21:49:34.125Z | + find /var/tmp/omicron_tmp -ls |
7218 | 2024-08-12T21:49:34.133Z | 164429 11 drwxr-xr-x 2 build build 2 Aug 12 21:49 /var/tmp/omicron_tmp |
7219 | 2024-08-12T21:49:34.133Z | + rmdir /var/tmp/omicron_tmp |
7220 | 2024-08-12T21:49:34.274Z | process exited: duration 4523025 ms, exit code 0 |
|
7221 | 2024-08-12T21:49:34.289Z | found 1 output files |
7222 | 2024-08-12T21:49:34.289Z | uploading: /work/crate-build-timings.json (520945 bytes) |
7223 | 2024-08-12T21:49:35.313Z | uploaded: /work/crate-build-timings.json |